Skip to content

Commit

Permalink
Merge pull request #213 from corneliusroemer/patch-1
Browse files Browse the repository at this point in the history
Update README.md: add @latest to cli install command
  • Loading branch information
pierrec committed Jan 3, 2024
2 parents e974631 + 58c6073 commit 219b252
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 219b252

Please sign in to comment.