diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 9a22c07..d959b07 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ tail -F /PATH_TO_MINECRAFT_INSTALL/logs/latest.log | grep --line-buffered ": <" ``` Clone repository onto a server, edit ```config.json``` (see below for more info) and change any options, and then, -```bash +```sh In the repository folder: $ npm install $ npm start |