Skip to content

Instantly share code, notes, and snippets.

@bardex
Last active February 24, 2020 20:36
Show Gist options
  • Save bardex/baf3d1e777ac4eb4094b6ed6fea348f3 to your computer and use it in GitHub Desktop.
Save bardex/baf3d1e777ac4eb4094b6ed6fea348f3 to your computer and use it in GitHub Desktop.
Install global composer (Ubuntu, Debian)
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