From 98ef54e483ab8358ff16035589c841df9a83e593 Mon Sep 17 00:00:00 2001 From: Jason Stallings Date: Sun, 31 Aug 2014 13:44:37 -0500 Subject: [PATCH] Added build instructions. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 348475f8..2ec317fe 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,11 @@ autonode Node.js GUI Automation. +##Building## +``` +node-gyp configure build +``` + ##Examples## Get the mouse location and move it.