Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bucketcat authored Jan 4, 2024
1 parent 335f042 commit 37a9368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ Termshark is pre-packaged for the following platforms: [Arch Linux](docs/Package
Termshark uses Go modules. Set `GO111MODULE=on` then run:

```bash
go install github.com/gcla/termshark/v2/cmd/[email protected]
go install github.com/bucketcat/termshark/
```

For versions of Go between 1.14 and 1.17, use

```bash
go get github.com/gcla/termshark/v2/cmd/termshark
go get github.com/bucketcat/termshark
```

Then add ```~/go/bin/``` to your ```PATH```.
Expand Down

0 comments on commit 37a9368

Please sign in to comment.