Last active
February 24, 2020 20:36
-
-
Save bardex/baf3d1e777ac4eb4094b6ed6fea348f3 to your computer and use it in GitHub Desktop.
Install global composer (Ubuntu, Debian)
This file contains 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-get update | |
sudo apt-get install curl git | |
curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer | |
composer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment