Updated README to fix usage instructions (#149)

This commit is contained in:
Xavier 2020-04-22 20:18:33 -04:00 committed by GitHub
parent 1a4a67f478
commit 82fa023f2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,7 +25,7 @@ You can see an up-to-date copy of the production branch running on https://minet
2. Add/remove servers by editing the ```servers.json``` file
3. Run ```npm install```
4. Run ```npm run build``` (this bundles `assets/` into `dist/`)
4. Run ```node app.js``` to boot the system (may need sudo!)
4. Run ```node main.js``` to boot the system (may need sudo!)
(There's also ```install.sh``` and ```start.sh```, but they may not work for your OS.)