1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2025-01-03 14:56:43 -05: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
parent 0db24ec18b
commit 1ec4c8e417
No known key found for this signature in database
GPG Key ID: DC9155FB2EEAA2EF

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