From b6081f1a6426c09218a76ba9dc7e70ecbdbe85ec Mon Sep 17 00:00:00 2001 From: Xymorot Date: Mon, 3 Feb 2020 22:50:59 +0100 Subject: [PATCH] meta: document simplified start command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57459ec..17ded97 100644 --- a/README.md +++ b/README.md @@ -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