We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6b9d14 commit dd8cacfCopy full SHA for dd8cacf
README.md
@@ -61,7 +61,7 @@ or use the following script that downloads and installs all required dependencie
61
To make things work after you logout and login back, configure the `ANDROID_HOME` environment variable:
62
63
```bash
64
-echo "\n\mexport ANDROID_HOME=~/android-sdk" >> ~/.bashrc
+echo "export ANDROID_HOME=~/android-sdk" >> ~/.bashrc && source ~/.bashrc
65
```
66
67
## The http subproject and the idea behind it
0 commit comments