From 983e8a30ff9533990d0baef39475819cda85c5cb Mon Sep 17 00:00:00 2001 From: Tony Laidig Date: Wed, 26 Apr 2017 11:08:56 -0400 Subject: [PATCH] install needs electron module installed globally Let me know if this is not correct. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e89fb36..250a294 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,13 @@ Unpack the latest app from the [releases][0] tab Releases available soon, for now build the binary using ```` +npm install -g electron npm install npm run package --all ```` +Run the binary using `electron .` + ## Upgrade from 0.x Download the latest 0.2.x version, this will give you an option to export any project for 1.x. @@ -64,4 +67,4 @@ Manage projects ![Manage projects](assets/screenshot-4.png) -[0]: https://github.com/redound/graphql-ide/releases \ No newline at end of file +[0]: https://github.com/redound/graphql-ide/releases