Merge pull request #249 from ajtrichards/master
Correcting the git clone URL in the install documentation
This commit is contained in:
+1
-1
@@ -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
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user