Skip to content

Commit

Permalink
Electron 1.7.9 instructions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
evertonfraga authored Oct 11, 2017
1 parent dc1cdba commit 82858fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ To run mist in development you need:
- [Node.js](https://nodejs.org) `v7.x` (use the prefered installation method for your OS)
- [Meteor](https://www.meteor.com/install) javascript app framework
- [Yarn](https://yarnpkg.com/) package manager
- [Electron](http://electron.atom.io/) `v1.7.8` cross platform desktop app framework
- [Electron](http://electron.atom.io/) `v1.7.9` cross platform desktop app framework
- [Gulp](http://gulpjs.com/) build and automation system

Install the latter ones via:

$ curl https://install.meteor.com/ | sh
$ curl -o- -L https://yarnpkg.com/install.sh | bash
$ yarn global add electron@1.7.8
$ yarn global add electron@1.7.9
$ yarn global add gulp

### Initialisation
Expand Down

0 comments on commit 82858fd

Please sign in to comment.