From feb8115d2433c461a58fe71ba5f3760c7ccd654d Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 20 Feb 2017 10:32:14 +0000 Subject: [PATCH] Desktop instructions: `npm run build`, not dist Clarify that you only need to run build rather than dist to run the electron app. Hopefully satisfies: https://github.com/vector-im/riot-web/pull/3237 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f31b859aa..61499d391e 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,8 @@ built it yourself. To run as a desktop app: -1. Follow the instructions in 'Building From Source' above +1. Follow the instructions in 'Building From Source' above, but run + `npm run build` instead of `npm run dist` (since we don't need the tarball). 2. Install electron and run it: ```