From 3b0b2485d7e5c54b197035b2d6cdd7a80bcfe147 Mon Sep 17 00:00:00 2001 From: Azareal Date: Wed, 25 Jul 2018 19:53:24 +1000 Subject: [PATCH] Move some bits around and fix other bits. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0fd5106c..a2446c00 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ On Windows, you might want to try the [GosoraBootstrapper](https://github.com/Az First, you will need to jump to the place where you want to put the code, we will use `/home/gosora` here, but if you want to use something else, then you'll have to modify the service file with your own path. -You can navigate to it by typing the following five commands into the console and hitting enter: +You can navigate to it by typing the following six commands into the console and hitting enter: cd /home/ @@ -87,6 +87,8 @@ chmod 755 ./pre-run-linux mv ./gosora_example.service /lib/systemd/system/gosora.service +systemctl daemon-reload + *Windows* Run install.bat, e.g. double-click on it. You will also have to start-up MySQL, which if you're using Wnmp or friends is just a matter of opening that program and starting the MySQL process via it. @@ -102,8 +104,6 @@ If you have setup a service, you can run: ./pre-run-linux -systemctl daemon-reload - service gosora start You can then, check Gosora's current status (to see if it started up properly) with: