Skip to content

Commit

Permalink
Update the "go get" path in the README.
Browse files Browse the repository at this point in the history
Fixes #12.
  • Loading branch information
nigeltao committed Jun 8, 2015
1 parent a911026 commit eaa750b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
The Snappy compression format in the Go programming language.

To download and install from source:
$ go get github.com/google/go-snappy/snappy
$ go get github.com/golang/snappy/snappy

Unless otherwise noted, the Snappy-Go source files are distributed
under the BSD-style license found in the LICENSE file.

Contributions should follow the same procedure as for the Go project:
http://golang.org/doc/contribute.html

0 comments on commit eaa750b

Please sign in to comment.