This commit is contained in:
Simon Vieille 2016-09-28 09:18:33 +02:00
parent 2f65088c5e
commit 12e6efc471
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ Else, follow the next instructions:
# With Wget
wget -O - -q https://getcomposer.org/installer | php
Assuming `~/bin` exists ans is in `$PATH`.
Assuming `~/bin` exists in `$PATH`.
chmod +x composer.phar
mv composer.phar ~/bin/composer