remove leftover tarball

This commit is contained in:
Daniel Micay 2020-05-12 00:35:02 -04:00
parent a1566ccf40
commit 9a77d9e73b

View File

@ -824,6 +824,7 @@ export PATH="$HOME/android/sdk/cmdline-tools/latest/bin"</pre>
<pre>cd ~/android <pre>cd ~/android
curl -O https://dl.google.com/dl/android/studio/ide-zips/3.6.3.0/android-studio-ide-192.6392135-linux.tar.gz curl -O https://dl.google.com/dl/android/studio/ide-zips/3.6.3.0/android-studio-ide-192.6392135-linux.tar.gz
tar xf android-studio-ide-192.6392135-linux.tar.gz tar xf android-studio-ide-192.6392135-linux.tar.gz
rm android-studio-ide-192.6392135-linux.tar.gz
mv android-studio studio</pre> mv android-studio studio</pre>
<p>Add the Android Studio executables to your <code>PATH</code>:</p> <p>Add the Android Studio executables to your <code>PATH</code>:</p>