doc: mention "npm install" is required on mobile

Specially prior to pod install.
This commit is contained in:
Saúl Ibarra Corretgé 2017-09-05 11:00:40 +02:00
parent 8fc095039e
commit 0e234bfd82
1 changed files with 6 additions and 0 deletions

View File

@ -26,6 +26,12 @@ work properly with the native plugins we require.
You may need to add ```--unsafe-perm=true``` if you are running on [Mac OS 10.11 or greater](https://github.com/phonegap/ios-deploy#os-x-1011-el-capitan-or-greater).
- Install main dependencies:
```bash
npm install
```
- Install the required pods (CocoaPods must be installled first, it can
be done with Homebrew: `brew install cocoapods`)