From 54af4057684b78372f873244a39b9cbbc10b9d9f Mon Sep 17 00:00:00 2001 From: Graham Clark Date: Mon, 11 Nov 2019 00:28:56 -0500 Subject: [PATCH] Switch from go get to go install I can't make go get fetch and build a subdirectory of a v2 module. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb24ab5..858d49f 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Termshark is pre-packaged for the following platforms: [Arch Linux](docs/Package Termshark uses Go modules, so it's best to compile with Go 1.11 or higher. Set `GO111MODULE=on` then run: ```bash -go get github.com/gcla/termshark/cmd/termshark@master +go install github.com/gcla/termshark/v2/cmd/termshark ``` Then add ```~/go/bin/``` to your ```PATH```.