Skip to content

Commit

Permalink
chore: Update readme with npx pod-install
Browse files Browse the repository at this point in the history
  • Loading branch information
namick committed Mar 7, 2023
1 parent 37331e4 commit 26f18c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ starting point.

- `yarn add @lifeomic/react-native-sdk`
- Install peer dependencies listed in `package.json`
- `cd ios && pod install && cd ../`
- `npx pod-install`

See `example/AppDemo.tsx` for simple usage, which could be as simple as:

Expand Down Expand Up @@ -60,7 +60,7 @@ both served from the `example` folder.
- `cd example`
- `cp .env.example .env`
- `yarn install`
- `cd ios && pod install && cd ../`
- `npx pod-install`
- `npx react-native start`
- type `i` or `a` to run on either platform

Expand Down

0 comments on commit 26f18c4

Please sign in to comment.