Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
szwacz committed May 30, 2015
1 parent 8e26f09 commit e0e75e6
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 @@ -73,11 +73,11 @@ npm install name_of_npm_module --save

#### Adding native npm modules to your app

If you want to install native module you need to compile it agains Electron, not Node.js you are firing in command line by typing `npm install` ([Read more on this subject](https://github.com/atom/electron/blob/master/docs/tutorial/using-native-node-modules.md)).
If you want to install native module you need to compile it agains Electron, not Node.js you are firing in command line by typing `npm install` [(Read more)](https://github.com/atom/electron/blob/master/docs/tutorial/using-native-node-modules.md).
```
npm run app-install -- name_of_npm_module
```
Of course this method works also for pure-js modules, so you can use it all the time if you're able to remember such ugly command.
Of course this method works also for pure-js modules, so you can use it all the time if you're able to remember such an ugly command.

#### Module loader

Expand Down

0 comments on commit e0e75e6

Please sign in to comment.