From 2399ec7a7a98447b12186b5bb27f2335fae64857 Mon Sep 17 00:00:00 2001 From: Zach Siglin Date: Sun, 8 Jul 2018 19:29:37 -0600 Subject: [PATCH] Update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b2aaca6c..081fb9ce5 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,8 @@ Setup: * `yarn install` - Installing node dependencies * If you get any errors related to the node-hid package, please check installation instructions here: https://github.com/node-hid/node-hid#compiling-from-source. On Linux you may need to run `sudo apt install libusb-1.0-0 libusb-1.0-0-dev`, for example. -* `./node_modules/.bin/electron -v` confirm electron is version 1.7.11 +* `./node_modules/.bin/electron -v` confirm electron is version 1.8.4 +* Electron may take anywhere from 10 to 15 seconds to fully start using the commands below. Be patient. Developing: