From 9e1e310897d21f7b3bc4cebf968e9ff45cad5f9d Mon Sep 17 00:00:00 2001 From: Alex Richards Date: Fri, 2 Jan 2015 16:20:39 +0000 Subject: [PATCH] Correcting the git clone URL in the install documentation --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 894560e8..4c05449d 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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 ```