fix(docs): We're so back
continuous-integration/drone/push Build is passing Details

Using my fork of the DNSCrypt library brings back go install

This reverts commit daff2b7687.
This commit is contained in:
Sam Therapy 2023-03-07 00:13:26 +01:00
parent 3423958809
commit 75fb8f2fc6
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
1 changed files with 6 additions and 0 deletions

View File

@ -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