Skip to content

Instantly share code, notes, and snippets.

@hamid-ne
Created May 13, 2018 18:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hamid-ne/d0c2b214b8ac51e49eb8190144e962cc to your computer and use it in GitHub Desktop.
Save hamid-ne/d0c2b214b8ac51e49eb8190144e962cc to your computer and use it in GitHub Desktop.

install comoser for ubuntu

  1. sudo apt-get update
  2. sudo apt-get install curl
  3. sudo curl -s https://getcomposer.org/installer | php
  4. sudo mv composer.phar /usr/local/bin/composer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment