Update README.md

This commit is contained in:
Sai Raj 2021-12-08 14:17:32 +05:30 committed by GitHub
parent 34457b5118
commit 59046ffd50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@
## Run commands
---------------
```
npm install - Install the app and node modules.
npm run help - List all commands.
npm run setup - Finish the setup (configure and reset password).
@ -23,3 +24,4 @@ $env:PASSWORD="<password>"; npm start
LINUX:
PASSWORD="<password"> npm start
```