Add instructions for iOS

This commit is contained in:
Marcos Rodriguez Vélez 2019-10-28 18:52:21 -04:00 committed by Overtorment
parent 84b9947def
commit 76d889752a

View file

@ -36,16 +36,31 @@ Community: [telegram group](https://t.me/bluewallet)
git clone https://github.com/BlueWallet/BlueWallet.git
cd BlueWallet
npm install
npm start android
```
* To run on Android:
```
npm start android
```
* To run on iOS:
```
cd ios
pod install
cd ..
npm start ios
```
## TESTS
```bash
npm run test
```
## Q&A
## QA
Builds automated and tested with BrowserStack