From 8e98059c7489a10ef36967b627e06e0ac88e87b4 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 22 Sep 2019 01:51:12 +0200 Subject: [PATCH] Add precompiled binary --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index db48777..67279f0 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,19 @@ All of these can be served simultaneously, on the same port (usually port 443). ## Installation +### Option 1: precompiled binary for Linux + +Download the Encrypted DNS Server [precompiled application for Linux (x86_64)](https://github.com/jedisct1/encrypted-dns-server/suites/233684204/artifacts/46375). + +And make the application executable: + +```sh +cd encrypted-dns-linux-x86_64 +chmod +x encrypted-dns +``` + +### Option 2: compilation from source code + The proxy uses recent features of the Rust compiler, and currently requires rust-nightly. Rust can installed with: