From ac87c2ff51d910164829d8c7a88fea3de7a23a86 Mon Sep 17 00:00:00 2001 From: Ceikry Date: Sun, 12 Jun 2022 15:39:01 +0000 Subject: [PATCH] Update README to include current steps for linux --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b930dcf6c..099d852ce 100644 --- a/README.md +++ b/README.md @@ -176,8 +176,7 @@ After setting up git lfs, you may need to run `git lfs pull` in the root of the #### Linux / OSX 1. Make sure your database of choice is running (see above) -2. Start the Management Server with run-ms.sh -3. Start the game server with run-server.sh +2. Start the game server with the included run script. E.G ./run g #### Windows 1. Make sure your database is running (see above)