diff options
author | destruc7i0n <destruc7i0n@users.noreply.github.com> | 2016-01-12 14:24:01 -0500 |
---|---|---|
committer | Colin D'Souza <dscdsouza@outlook.com> | 2016-01-12 21:15:06 -0500 |
commit | 5437821dbb4e6d61ba752d13a86743230ad09139 (patch) | |
tree | 3129514a36fecc47418b189489580c844fab3b10 | |
parent | Update README.md (diff) | |
download | shulker-5437821dbb4e6d61ba752d13a86743230ad09139.tar.gz shulker-5437821dbb4e6d61ba752d13a86743230ad09139.zip |
Update README.md
Diffstat (limited to '')
-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 |