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

add -b option to git clone instead of git checkout

This commit is contained in:
fosslinux 2019-09-21 08:04:31 +10:00
parent d317381c59
commit 01ab34b2b6

View File

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