From 7624f43e0ac3dc6fcd90c20149d5d3e078521854 Mon Sep 17 00:00:00 2001 From: Yueh-Hsuan Chiang Date: Tue, 18 Mar 2014 12:01:44 -0700 Subject: [PATCH] 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 --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 472fd2331..86934db69 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -68,7 +68,7 @@ libraries. You are on your own. We did not run any production workloads on it. ## 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`. For shared library builds, exec `make shared_lib` instead. -- GitLab