Skip to content

Commit

Permalink
Merge pull request #671 from kavfixnel/master
Browse files Browse the repository at this point in the history
feat: Change go get to go install in README
  • Loading branch information
moul committed Oct 2, 2023
2 parents ec4ba62 + e83e43f commit 869f978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -724,7 +724,7 @@ round-trip min/avg/max = 321µs/503.25µs/641µs
Get the latest version using GO (recommended way):

```bash
go get -u moul.io/assh/v2
go install moul.io/assh/v2@latest
```

**note**: tested with Go1.7 or above
Expand Down

0 comments on commit 869f978

Please sign in to comment.