From e3f1dcc42ae12eb7cc7729ff5a789b73c7c261d2 Mon Sep 17 00:00:00 2001 From: destruc7i0n Date: Tue, 12 Jan 2016 14:25:34 -0500 Subject: Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 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 ``` -- cgit 1.4.1