Skip to content

Commit

Permalink
install needs electron module installed globally
Browse files Browse the repository at this point in the history
Let me know if this is not correct.
  • Loading branch information
laidig authored Apr 26, 2017
1 parent 0d73e7f commit 983e8a3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -64,4 +67,4 @@ Manage projects
</h3>
![Manage projects](assets/screenshot-4.png)

[0]: https://github.com/redound/graphql-ide/releases
[0]: https://github.com/redound/graphql-ide/releases

0 comments on commit 983e8a3

Please sign in to comment.