From 1c6243055458a34857cc2c7f6d95bccdb5e22543 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= Date: Wed, 18 Dec 2019 12:14:49 +0100 Subject: [PATCH] Use stable branch --- Build-and-Install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Build-and-Install.md b/Build-and-Install.md index 92e8485..d39834d 100644 --- a/Build-and-Install.md +++ b/Build-and-Install.md @@ -3,9 +3,9 @@ You will need `git`, `make`, `gcc` (or `clang`) and `libsodium`: $ sudo apt install git make gcc libsodium-dev # debian based $ sudo yum install git make gcc libsodium-devel # redhat based -To build and install the latest version from GitHub: +To build and install the latest stable version from GitHub: - $ git clone https://github.com/angt/glorytun --recursive + $ git clone https://github.com/angt/glorytun --recursive --branch stable $ cd glorytun $ make