put Android Studio executables at end of PATH

This commit is contained in:
Daniel Micay 2021-02-06 23:11:15 -05:00
parent 84a484025d
commit 4a3fbf70d0

View File

@ -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>