0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

added a comment to the composer installation alias

This commit is contained in:
Daniel Gomes 2012-10-05 21:14:44 +01:00
parent 6630919bce
commit 9365fd03f6

View file

@ -25,4 +25,5 @@ alias cu='composer update'
alias ci='composer install'
alias ccp='composer create-project'
# install composer in the current directory
alias cget='curl -s https://getcomposer.org/installer | php'