README.md in dryrun-1.0.0 vs README.md in dryrun-1.1.0
- old
+ new
@@ -47,10 +47,11 @@
-t, --tag TAG Checkout tag/commit hash to clone (e.g. "v0.4.5", "6f7dd4b")
-c, --cleanup Clean the temporary folder before cloning the project
-w, --wipe Wipe the temporary dryrun folder
-h, --help Displays help
-v, --version Displays the version
+ -a, --android-test Execute android tests
```
## Alternative scenario (if you don't use `dryrun`)
1. Find the github's repository url
@@ -78,10 +79,10 @@
Be aware that ANDROID_HOME needs to be set with the adb path:
- MAC -> ```ANDROID_HOME=/usr/local/opt/android-sdk```
- Linux -> ```ANDROID_HOME=/usr/local/opt/android-sdk```
- Windows -> ```ANDROID_HOME="...sdk"```
-In windows this ANDROID_HOME is not automatically created, see more in [here](https://facebook.github.io/react-native/releases/0.21/docs/android-setup.html#define-the-android-home-environment-variable)
+In windows this ANDROID_HOME is not automatically created, see more in [here](https://github.com/facebook/react-native/blob/0.24-stable/docs/DevelopmentSetupAndroid.md#define-the-android_home-environment-variable)
Additionally, on windows in order to use git commands, the following path should be on the environment variable
- ```...\Git\cmd ```
## Created by