Created
August 31, 2018 14:30
-
-
Save artemrogov/b5f435776a23342acec90db93567ef49 to your computer and use it in GitHub Desktop.
install composer
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
steps install composer: | |
1. curl -sS https://getcomposer.org/installer | php | |
2. sudo mv composer.phar /usr/local/bin/composer | |
3. sudo chmod +x /usr/local/bin/composer | |
4. PATH=/usr/local/bin:$PATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment