Skip to content

Commit

Permalink
Solve issue #4. Linux have additional steps on install.
Browse files Browse the repository at this point in the history
  • Loading branch information
handrus committed May 3, 2016
1 parent 1698394 commit e37b889
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ Using an [Electron](http://electron.atom.io/) application boilerplate based on [
## Contributing

### Install

#### GNU/Linux

On Linux you'll need gyp and g++ installed. Fro ubuntu based distros you can simply run
```
sudo apt-get install g++ gyp
```

#### All O.S's

```
npm install
```
Expand Down

0 comments on commit e37b889

Please sign in to comment.