Update install instructions

This commit is contained in:
folbrich
2025-01-14 07:24:02 +01:00
parent 963c15301e
commit 0ffd6f9bfc

View File

@@ -30,7 +30,7 @@ Features:
Install [Go](https://golang.org/dl) version 1.19+ then run the following to build the binary. It'll be placed in $HOME/go/bin by default:
```text
GO111MODULE=on go get -v github.com/folbricht/routedns/cmd/routedns
go install github.com/folbricht/routedns/cmd/routedns@latest
```
Alternative method using a clone, building from the tip of the master branch.