From 6c67c02c11372a749ddd747640ae3ba49dbc6a84 Mon Sep 17 00:00:00 2001 From: Anton McClure Date: Fri, 14 Jun 2019 11:43:03 -0400 Subject: [PATCH] fix url in INSTALL.md the git clone url was still for the repo's old location --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 6c27949..5c5f158 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -8,7 +8,7 @@ any \*nix system. To compile and install run: ``` -$ git clone https://github.com/kimholviala/gophernicus.git +$ git clone https://github.com/gophernicus/gophernicus.git $ cd gophernicus $ make $ sudo make install