From 7098cd7602384ca06b522f011cd7dd79cf2403b8 Mon Sep 17 00:00:00 2001 From: TC Date: Sun, 12 Apr 2020 16:55:25 +0200 Subject: [PATCH] Update build command in readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 58d149a5..3cbec2a4 100644 --- a/readme.md +++ b/readme.md @@ -93,7 +93,7 @@ module.exports = () => { ## Build ```sh -npm run build +yarn run build ``` Builds the app for macOS, Linux, and Windows, using [electron-builder](https://github.com/electron-userland/electron-builder).