diff --git a/README.md b/README.md index 194d402c2f93..9244d73c4481 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,8 @@ For an M1 Mac, read this [SO](https://stackoverflow.com/c/expensify/questions/11 ## Running the Android app 🤖 * To install the Android dependencies, run: `npm install` -* Go through the instructions on [this page](https://reactnative.dev/docs/environment-setup#development-os) for "React Native CLI Quickstart" > Mac OS > Android +* Go through the instructions on [this SO post](https://stackoverflow.com/c/expensify/questions/13283/13284#13284) to start running the app on android. +* For more information, go through the official React-Native instructions on [this page](https://reactnative.dev/docs/environment-setup#development-os) for "React Native CLI Quickstart" > Mac OS > Android * To run a on a **Development Emulator**: `npm run android` * Changes applied to Javascript will be applied automatically, any changes to native code will require a recompile