From 75fb8f2fc6cc9eeb792f787cfd207e6db81d17a4 Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Tue, 7 Mar 2023 00:13:26 +0100 Subject: [PATCH] fix(docs): We're so back Using my fork of the DNSCrypt library brings back go install This reverts commit daff2b7687d054c9db1aa7de95ae98f86e8472f5. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2f8b0d1..7e83bef 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,12 @@ Dependencies: - GNU/BSD make or Plan 9 mk (if using the makefile/mkfile) - [scdoc](https://git.sr.ht/~sircmpwn/scdoc) (optional, for man page) +Using `go install`: + +```sh +go install dns.froth.zone/awl@latest +``` + Using the makefile: ```sh