From 6eaa5d7b51fb45be92de7fa179b10d5c44caf14e Mon Sep 17 00:00:00 2001 From: Graham Clark Date: Sat, 4 Sep 2021 09:56:37 -0400 Subject: [PATCH] Update README to reflect 1.13 Go requirement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c45bf5..a856256 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Termshark is pre-packaged for the following platforms: [Arch Linux](docs/Package ## Building -Termshark uses Go modules, so it's best to compile with Go 1.12 or higher. Set `GO111MODULE=on` then run: +Termshark uses Go modules; compile with Go 1.13 or higher. Set `GO111MODULE=on` then run: ```bash go get github.com/gcla/termshark/v2/cmd/termshark