From 426e0b218636e797a85521a7e985c7ba599a66fa Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Fri, 20 Sep 2019 12:21:34 +0200 Subject: [PATCH] Use the crate --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d7b394..1d01cf5 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,10 @@ Rust can installed with: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh ``` -Once rust is installed, the proxy can be compiled and installed with the following command, to be run in the source directory: +Once rust is installed, the proxy can be compiled and installed as follows: ```sh -cargo install --path . +cargo install encrypted-dns ``` ## Setup