From 82fa023f2ffd3a5456c648a4e5844b82725d1363 Mon Sep 17 00:00:00 2001 From: Xavier Date: Wed, 22 Apr 2020 20:18:33 -0400 Subject: [PATCH] Updated README to fix usage instructions (#149) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e370185..0dec040 100644 --- a/README.md +++ b/README.md @@ -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.)