From 2bcd4364aa973a5ea5ad9cb1925930e4043f433f Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Tue, 6 Feb 2018 14:17:56 +0100 Subject: [PATCH] Installation --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 0914eb5..97ab99b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ A DNS-over-HTTP server proxy in Rust. Add a webserver and you get DNS-over-HTTPS, which is actually DNS-over-HTTP/2. +## Installation + +Requires rust-nightly. + +```sh +cargo install doh-proxy +``` + ## Usage ```text