Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Dependencies

You can install Snappy C library with following commands:

- APT: :code:`sudo apt-get install libsnappy-dev`
- RPM: :code:`sudo yum install libsnappy-devel`
- 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`

To use with pypy:

Expand Down Expand Up @@ -118,7 +118,7 @@ You can get help by running


Snappy - compression library from Google (c)
http://code.google.com/p/snappy
http://google.github.io/snappy

Frequently Asked Questions
==========================
Expand Down