Merge pull request #249 from ajtrichards/master

Correcting the git clone URL in the install documentation
This commit is contained in:
Graham Campbell
2015-01-02 16:24:56 +00:00
+1 -1
View File
@@ -32,7 +32,7 @@ The easiest way is to use Git to pull down the code. You'll need to put it into
```bash ```bash
$ cd /var/www $ cd /var/www
$ git clone https://github.com/jbrooksuk/Cachet.git $ git clone https://github.com/cachethq/Cachet.git
$ cd Cachet $ cd Cachet
$ composer install --no-dev -o $ composer install --no-dev -o
``` ```