Browse Source

added a comment to the composer installation alias

Daniel Gomes 11 years ago
parent
commit
9365fd03f6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      plugins/composer/composer.plugin.zsh

+ 1 - 0
plugins/composer/composer.plugin.zsh

@@ -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'