Skip to content

Commit c2f49a7

Browse files
committed
Changed readme wording.
1 parent 60b3a15 commit c2f49a7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ This is a work in progress so the exported functions could change at any time be
1313

1414
## Installing
1515

16-
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.
16+
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.
17+
18+
Then install RobotJS using npm:
1719

18-
Then you should be able to install robotjs.
1920
```
2021
npm install robotjs
2122
```
@@ -63,9 +64,9 @@ console.log("#" + hex + " at x:" + mouse.x + " y:" + mouse.y);
6364

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

66-
## Building with node-gyp
67+
## Building
6768

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

7071
Install node-gyp using npm:
7172

0 commit comments

Comments
 (0)