From fed7dfc469a36d11bf0332c1266d01f937ecbc0f Mon Sep 17 00:00:00 2001 From: Victor Grishchenko Date: Thu, 26 Jan 2017 15:44:12 +0100 Subject: [PATCH] add the npm install step to the build instructions Cause I hit it with my head three times already, guys --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ecb3557a..ec22f2ec 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ Then in the cloned directory: ``` git submodule update --init --recursive +npm install ``` To build for iOS: