From 87adf075cb426e56b238bc2038e427edc7f3082b Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Wed, 29 Dec 2021 23:14:21 +0100 Subject: [PATCH] Clarify build instructions even more --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f6dd75b..75bd64e 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,14 @@ Features that where left out : # 3. Building and installing ## 3.1. Get latest stable version -From inside the already cloned repository run following commands to get the latest stable version +Clone the repository (only required initally) ``` +git clone https://github.com/F4FXL/DStarGateway.git +cd DStarGateway +``` +From inside the cloned repository run following commands to get the latest stable version +``` +git pull -p git fetch --tags latestTag=$(git describe --tags `git rev-list --tags --max-count=1`) git checkout $latestTag