1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-06-09 06:20:43 +00:00

fix url in INSTALL.md

the git clone url was still for the repo's old location
This commit is contained in:
Anton McClure 2019-06-14 11:43:03 -04:00 committed by fosslinux
parent d00fd82b49
commit 6c67c02c11

View File

@ -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