浏览代码

added a comment to the composer installation alias

Daniel Gomes 11 年之前
父节点
当前提交
9365fd03f6
共有 1 个文件被更改,包括 1 次插入0 次删除
  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'