summary refs log tree commit diff homepage
path: root/README.md
diff options
context:
space:
mode:
authordestruc7i0n <destruc7i0n@users.noreply.github.com>2016-01-12 14:25:34 -0500
committerColin D'Souza <dscdsouza@outlook.com>2016-01-12 21:15:07 -0500
commite3f1dcc42ae12eb7cc7729ff5a789b73c7c261d2 (patch)
tree98beb348d0f636dc822fd0416213e4fc84a608ea /README.md
parentUpdate README.md (diff)
downloadshulker-e3f1dcc42ae12eb7cc7729ff5a789b73c7c261d2.tar.gz
shulker-e3f1dcc42ae12eb7cc7729ff5a789b73c7c261d2.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index d959b07..f4dac04 100644
--- a/README.md
+++ b/README.md
@@ -23,9 +23,8 @@ Run the following on your server hosting (in a screen, and make sure to replace
 tail -F /PATH_TO_MINECRAFT_INSTALL/logs/latest.log | grep --line-buffered ": <" | while read x ; do echo -ne $x | curl -X POST -d @- https://YOUR_URL/minecraft/hook ; done
 ```
 
-Clone repository onto a server, edit ```config.json``` (see below for more info) and change any options, and then,
+Clone repository onto a server, edit ```config.json``` (see below for more info) and change any options, and then, in the repository folder:
 ```sh
-In the repository folder:
 $ npm install
 $ npm start
 ```