summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-02-06 23:11:15 -0500
committerDaniel Micay <danielmicay@gmail.com>2021-02-06 23:11:15 -0500
commit4a3fbf70d0a0ff0cc042cc9a93823489cf2e75c7 (patch)
treea240bbb3e43fd8f5374bd0b5cb5b6b8b465603c2 /static
parent84a484025d67acd2af423430e2c139b6d08b6340 (diff)
put Android Studio executables at end of PATH
Diffstat (limited to 'static')
-rw-r--r--static/build.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/build.html b/static/build.html
index 8498e3d7..514b95c5 100644
--- a/static/build.html
+++ b/static/build.html
@@ -964,7 +964,7 @@ mv android-studio studio</pre>
<p>Add the Android Studio executables to your <code>PATH</code>:</p>
- <pre>export PATH="$HOME/android/studio/bin:$PATH"</pre>
+ <pre>export PATH="$PATH:$HOME/android/studio/bin"</pre>
<p>You can start it with <code>studio.sh</code>.</p>
</article>