Skip to content

Commit

Permalink
Changed readme wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
octalmage committed Aug 1, 2015
1 parent 60b3a15 commit c2f49a7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ This is a work in progress so the exported functions could change at any time be

## Installing

RobotJS uses [node-gyp](https://github.com/TooTallNate/node-gyp) for building. If you have trouble with dependencies, look there or in the [building](https://github.com/octalmage/robotjs/wiki/Building) wiki.
RobotJS uses [node-gyp](https://github.com/TooTallNate/node-gyp) for building. Please make sure you have the [required dependencies](https://github.com/TooTallNate/node-gyp/#installation) before installing.

Then install RobotJS using npm:

Then you should be able to install robotjs.
```
npm install robotjs
```
Expand Down Expand Up @@ -63,9 +64,9 @@ console.log("#" + hex + " at x:" + mouse.x + " y:" + mouse.y);

Read the [Wiki](https://github.com/octalmage/robotjs/wiki) for more information!

## Building with node-gyp
## Building

Node-gyp is a dependency for robotjs, and can be configured and built prior to install.
node-gyp is required to build RobotJS.

Install node-gyp using npm:

Expand Down

0 comments on commit c2f49a7

Please sign in to comment.