mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-20 14:05:27 +01:00
Add instructions for iOS
This commit is contained in:
parent
84b9947def
commit
76d889752a
1 changed files with 17 additions and 2 deletions
19
README.md
19
README.md
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue