add the npm install step to the build instructions

Cause I hit it with my head three times already, guys
This commit is contained in:
Victor Grishchenko 2017-01-26 15:44:12 +01:00
parent 5183ff9a8c
commit fed7dfc469

View File

@ -48,6 +48,7 @@ Then in the cloned directory:
``` ```
git submodule update --init --recursive git submodule update --init --recursive
npm install
``` ```
To build for iOS: To build for iOS: