Created
November 1, 2021 13:54
-
-
Save viniciusss/b5c0b780f46a3511b1470bbec77928e7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt install gedit | |
cd /tmp/ | |
wget https://download.jetbrains.com/webide/PhpStorm-2021.2.3.tar.gz | |
tar -zxvf PhpStorm-2021.2.3.tar.gz | |
mkdir ~/Apps | |
mv PhpStorm-212.5457.49/ ~/Apps/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment