Skip to content

Commit

Permalink
Switch from go get to go install
Browse files Browse the repository at this point in the history
I can't make go get fetch and build a subdirectory of a v2 module.
  • Loading branch information
gcla authored Nov 11, 2019
1 parent 825b7f5 commit 54af405
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 @@ -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```.

Expand Down

0 comments on commit 54af405

Please sign in to comment.