summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSébastien Lucas <sebastien@slucas.fr>2016-12-23 10:43:53 +0100
committerSébastien Lucas <sebastien@slucas.fr>2016-12-23 10:43:53 +0100
commitb13dbf064909c2d2c0802680b613ab16cb5722e8 (patch)
tree958f11569a56e32321918be5699aade65a9a4271
parentfab96a6896cef48b7baf7d2deb47deae2023473b (diff)
downloadcops-b13dbf064909c2d2c0802680b613ab16cb5722e8.zip
cops-b13dbf064909c2d2c0802680b613ab16cb5722e8.tar.gz
cops-b13dbf064909c2d2c0802680b613ab16cb5722e8.tar.bz2
typo fixed (copy paste gone wrong).
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1a4a2c7..64eacc2 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ If you like Docker, you can also try [this project](https://github.com/linuxserv
git pull https://github.com/seblucas/cops.git # or download lastest zip see below
cd cops
wget https://getcomposer.org/composer.phar
-php composer.phar --no-dev --optimize-autoloader
+php composer.phar install --no-dev --optimize-autoloader
```
After that you can use the previous how-to starting at the second step.