Skip to content

Commit

Permalink
Update README.md: add @latest to cli install command
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed Dec 25, 2023
1 parent e974631 commit 58c6073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -21,7 +21,7 @@ go get github.com/pierrec/lz4/v4
There is a command line interface tool to compress and decompress LZ4 files.

```
go install github.com/pierrec/lz4/v4/cmd/lz4c
go install github.com/pierrec/lz4/v4/cmd/lz4c@latest
```

Usage
Expand Down

0 comments on commit 58c6073

Please sign in to comment.