Removed references to wiki, made windows single player match linux

This commit is contained in:
Marwolf
2018-08-09 19:19:40 -04:00
parent b329877c56
commit 8f97277ad8
5 changed files with 40 additions and 5 deletions

View File

@@ -4,10 +4,11 @@
echo ""
echo "Pulling recent updates from the Open-RSC Game repository."
echo ""
sudo git pull
sudo make pull-game
echo ""
echo ""
echo "Starting any stopped Docker containers."
echo "Starting Docker containers."
echo ""
sudo make start
echo ""