diff options
author | Sébastien Lucas <sebastien@slucas.fr> | 2016-12-23 10:43:53 +0100 |
---|---|---|
committer | Sébastien Lucas <sebastien@slucas.fr> | 2016-12-23 10:43:53 +0100 |
commit | b13dbf064909c2d2c0802680b613ab16cb5722e8 (patch) | |
tree | 958f11569a56e32321918be5699aade65a9a4271 | |
parent | fab96a6896cef48b7baf7d2deb47deae2023473b (diff) | |
download | cops-b13dbf064909c2d2c0802680b613ab16cb5722e8.zip cops-b13dbf064909c2d2c0802680b613ab16cb5722e8.tar.gz cops-b13dbf064909c2d2c0802680b613ab16cb5722e8.tar.bz2 |
typo fixed (copy paste gone wrong).
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |