Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ echo ""
echo "✅ Installation complete!"
echo ""
read -p "Would you like to start the server now? (y/n): " -n 1 -r
chmod +x run.sh
echo ""
if [[ $REPLY =~ ^[Yy]$ ]]; then
echo "🌐 Starting server on http://localhost:5000"
chmod +x run.sh
./run.sh
else
echo "To start the server later, run: cd waldo&& ./run.sh"
Expand Down