put Android Studio executables at end of PATH
This commit is contained in:
parent
84a484025d
commit
4a3fbf70d0
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user