Correcting the git clone URL in the install documentation

This commit is contained in:
Alex Richards
2015-01-02 16:20:39 +00:00
parent dda62e7e04
commit 9e1e310897

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
$ cd /var/www
$ git clone https://github.com/jbrooksuk/Cachet.git
$ git clone https://github.com/cachethq/Cachet.git
$ cd Cachet
$ composer install --no-dev -o
```