We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa58105 + 470b9ed commit 43d5d4cCopy full SHA for 43d5d4c
1 file changed
README
@@ -1,8 +1,13 @@
1
The Snappy compression format in the Go programming language.
2
3
-To download and install from source:
+To use as a library:
4
$ go get github.com/golang/snappy
5
6
+To use as a binary:
7
+$ go install github.com/golang/snappy/cmd/snappytool@latest
8
+$ cat decoded | ~/go/bin/snappytool -e > encoded
9
+$ cat encoded | ~/go/bin/snappytool -d > decoded
10
+
11
Unless otherwise noted, the Snappy-Go source files are distributed
12
under the BSD-style license found in the LICENSE file.
13
0 commit comments