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.
1 parent 6bedadb commit 3fb8243Copy full SHA for 3fb8243
README.rst
@@ -13,9 +13,9 @@ Dependencies
13
14
You can install Snappy C library with following commands:
15
16
- - APT: :code:`sudo apt-get install libsnappy-dev`
17
- - RPM: :code:`sudo yum install libsnappy-devel`
18
- - Brew: :code:`brew install snappy`
+ - APT: :code:`sudo apt-get install libsnappy-dev`
+ - RPM: :code:`sudo yum install libsnappy-devel`
+ - Brew: :code:`brew install snappy`
19
20
To use with pypy:
21
@@ -118,7 +118,7 @@ You can get help by running
118
119
120
Snappy - compression library from Google (c)
121
- http://code.google.com/p/snappy
+ http://google.github.io/snappy
122
123
Frequently Asked Questions
124
==========================
0 commit comments