DOC: Fix README command for starting ios simulator

This commit is contained in:
CypherPoet 2020-07-22 06:30:38 -05:00 committed by Overtorment
parent f386bb345b
commit e55f7179f0

View File

@ -42,7 +42,7 @@ node --version && npm --version
git clone https://github.com/BlueWallet/BlueWallet.git
cd BlueWallet
npm install
```
```
Please make sure that your console is running the most stable versions of npm and node (even-numbered versions).
@ -74,9 +74,9 @@ cd ..
npm start ios
```
In another terminal window within the BlueWallet folder
In another terminal window within the BlueWallet folder:
```
react-native run-ios
npx react-native run-ios
```