Skip to content

Commit dd8cacf

Browse files
author
Piotr Polak
committedJan 28, 2020
Updated SDK installation instruction
1 parent a6b9d14 commit dd8cacf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ or use the following script that downloads and installs all required dependencie
6161
To make things work after you logout and login back, configure the `ANDROID_HOME` environment variable:
6262

6363
```bash
64-
echo "\n\mexport ANDROID_HOME=~/android-sdk" >> ~/.bashrc
64+
echo "export ANDROID_HOME=~/android-sdk" >> ~/.bashrc && source ~/.bashrc
6565
```
6666

6767
## The http subproject and the idea behind it

0 commit comments

Comments
 (0)
Failed to load comments.