From 01ab34b2b6784e806fc9f52c4a24e1643e174c61 Mon Sep 17 00:00:00 2001 From: fosslinux Date: Sat, 21 Sep 2019 08:04:31 +1000 Subject: [PATCH] add -b option to git clone instead of git checkout --- INSTALL.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 6976079..186e0e8 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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 ```