replace '上诉' with '上述'

fix a spelling mistake
This commit is contained in:
Dwwwwww 2016-12-11 10:02:28 +08:00 committed by GitHub
parent f5e2a356b9
commit b9f6d6f8d8
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer
```
> **注意:** 如果上命令因为权限执行失败,
> **注意:** 如果上命令因为权限执行失败,
> 请使用 sudo 再次尝试运行 `mv` 那行命令。
现在只需要运行 `composer` 命令就可以使用 Composer 而不需要输入 `php composer.phar`