diff --git a/README.md b/README.md index bf0e824aa..342833d95 100644 --- a/README.md +++ b/README.md @@ -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`