Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
klauspost committed Sep 5, 2022
1 parent 1481365 commit 7bab791
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zstd/README.md
Expand Up @@ -12,6 +12,8 @@ The `zstd` package is provided as open source software using a Go standard licen

Currently the package is heavily optimized for 64 bit processors and will be significantly slower on 32 bit processors.

For seekable zstd streams, see [this excellent package](https://github.com/SaveTheRbtz/zstd-seekable-format-go).

## Installation

Install using `go get -u github.com/klauspost/compress`. The package is located in `github.com/klauspost/compress/zstd`.
Expand Down

0 comments on commit 7bab791

Please sign in to comment.