mirror of
https://github.com/gophernicus/gophernicus.git
synced 2024-11-03 04:27:17 -05:00
add -b option to git clone instead of git checkout
This commit is contained in:
parent
d317381c59
commit
01ab34b2b6
@ -11,9 +11,8 @@ Currently, you most likely want version 3.0.1.
|
||||
To compile and install run:
|
||||
|
||||
```
|
||||
$ git clone https://github.com/gophernicus/gophernicus.git
|
||||
$ git clone -b 3.0.1 https://github.com/gophernicus/gophernicus.git
|
||||
$ cd gophernicus
|
||||
$ git checkout 3.0.1
|
||||
$ make
|
||||
$ sudo make install
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user