From 74df983af3a0996beecf0db403cbc7f0deb02a74 Mon Sep 17 00:00:00 2001 From: Till von Ahnen Date: Fri, 7 Jul 2017 18:31:27 +0200 Subject: [PATCH] Updated command name in the build step (#106) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07d3ac4f..8c7b7f3d 100644 --- a/README.md +++ b/README.md @@ -228,7 +228,7 @@ After you have your [system dependencies installed](#system-dependencies), do th 1. Initialize the angle submodule: `git submodule init` 1. Update the angle submodule: `git submodule update` 1. Install npm dependencies: `npm install` -1. Run node-gyp to generate build scripts: `npm run build` +1. Run node-gyp to generate build scripts: `npm run rebuild` Once this is done, you should be good to go! A few more things