Fixed install script (bis)

This commit is contained in:
Clément GOUIN
2019-06-19 13:44:02 +02:00
parent 7bfdbbf511
commit b8d88eb00c
8 changed files with 208 additions and 233 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ then edit the config.json file with your values :
**3. Start your server**
```bash
npm start
npm run
#or
node src/server.js
```