From f40116b1f85508e341b25a73be64879893eb560f Mon Sep 17 00:00:00 2001 From: Star Brilliant Date: Tue, 14 Aug 2018 01:43:41 +0800 Subject: [PATCH] Update Readme to instruct Debian users to set $GOROOT --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index 6acf0a7..06ed17d 100644 --- a/Readme.md +++ b/Readme.md @@ -8,6 +8,8 @@ and [draft-ietf-doh-dns-over-https](https://github.com/dohwg/draft-ietf-doh-dns- Install [Go](https://golang.org), at least version 1.9. +(Note for Debian/Ubuntu users: You need to set `$GOROOT` if you could not get your new version of Go selected by the Makefile.) + First create an empty directory, used for `$GOPATH`: mkdir ~/gopath