From 25ce9af9263c7081756fd3174627128633deff8d Mon Sep 17 00:00:00 2001 From: Cryptkeeper Date: Sun, 8 Nov 2015 18:35:12 -0600 Subject: [PATCH] Correct usage in README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f14b02..148e361 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,6 @@ Minetrack is a Minecraft PC/PE server tracker that lets you focus on what's happ Try it out: [http://minetrack.me](http://minetrack.me) #### Usage -1. Customize it by editing the ```config.json``` file. -2. Simply use ```node app.js``` to boot the system (may need sudo!) \ No newline at end of file +1. Customize it by editing the ```config.json``` file. +2. Run ```npm install```. +2. Run ```node app.js``` to boot the system (may need sudo!) \ No newline at end of file