Use stable branch

Adrien Gallouët
2019-12-18 12:14:49 +01:00
parent ad5b882563
commit 1c62430554

@@ -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 apt install git make gcc libsodium-dev # debian based
$ sudo yum install git make gcc libsodium-devel # redhat 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 $ cd glorytun
$ make $ make