Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jessgusclark authored Mar 7, 2024
1 parent 92c59e8 commit c424fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The main use case of the RIF Wallet using account abstraction is to pay the gas
- Install the dependecies using yarn. This will also run the postinstall script that shims the missing packages: `yarn`
- The postinstall script runs the `rn-nodeify` package which adds packages that are native to the browser but not to react native.
- For **iOS** you need to run the additional installation steps: `cd ios` and then `pod install`
- Set the environment variable `TRACE_ID` in `.env` file to connect with backend server
- Set the environment variable `TRACE_ID` in `.env` file to connect with backend server with an identifier, i.e. your company name.
- Run the app using the desired platform:
- `yarn ios`
- `yarn android`
Expand Down

0 comments on commit c424fd3

Please sign in to comment.