diff --git a/README.md b/README.md index 47ee5a2..39e24c3 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ This repo contains instructions for creating your own Minecraft server with Mult 2. Open the folder in your terminal and run `java -jar BuildTools.jar --rev 1.9` 3. Wait for the setup to complete (this may take some time). 4. Double-click `run.bat` to generate server files. -5. Find the new `eula.txt` file in the folder and change `eula=false` to `eula=true`. -6. Add `MultiCraft.jar` to the newly created `plugins` folder (you may need to use `run.bat` again if the folder hasn't appeared yet). + * Mac: run `./start.sh` in terminal +6. Find the new `eula.txt` file in the folder and change `eula=false` to `eula=true`. +7. Add `MultiCraft.jar` to the newly created `plugins` folder (you may need to use `run.bat` again if the folder hasn't appeared yet). * `MultiCraft.jar` may be found here: https://github.com/mendozatudares/MultiCraftServer/releases/ -7. Double-click `run.bat` to start the server. +8. Double-click `run.bat` to start the server.