Correct usage in README.md

This commit is contained in:
Cryptkeeper 2015-11-08 18:35:12 -06:00
parent d64252d35d
commit 25ce9af926

@ -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!)
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!)