Skip to content

Commit

Permalink
Update README to reflect 1.13 Go requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
gcla committed Sep 4, 2021
1 parent f4f9402 commit 6eaa5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6eaa5d7

Please sign in to comment.