Fixed a typo in INSTALL.md

Summary: Replace "RocskDB" by "RocksDB" in INSTALL.md

Test Plan: No code change.

Reviewers: ljin, igor

Reviewed By: ljin

CC: leveldb

Differential Revision: https://reviews.facebook.net/D16977
main
Yueh-Hsuan Chiang 11 years ago
parent f26cb0f093
commit 7624f43e0a
  1. 2
      INSTALL.md

@ -68,7 +68,7 @@ libraries. You are on your own.
We did not run any production workloads on it. We did not run any production workloads on it.
## Compilation ## Compilation
`make clean; make` will compile librocksdb.a (RocskDB static library) and all `make clean; make` will compile librocksdb.a (RocksDB static library) and all
the unit tests. You can run all unit tests with `make check`. the unit tests. You can run all unit tests with `make check`.
For shared library builds, exec `make shared_lib` instead. For shared library builds, exec `make shared_lib` instead.

Loading…
Cancel
Save