meta: document simplified start command

This commit is contained in:
Xymorot 2020-02-03 22:50:59 +01:00
parent 6b4f4b089a
commit b6081f1a64
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ For more information, check [CONTRIBUTING.md](CONTRIBUTING.md).
- `npm install`, the postinstall script compiles native node modules for electron
- might need to install some build tools depending on your platform
- `npm run watch` for code transpilation (starts watchers)
- `npm run start`
- `npm start`
## Usage