From 3cf6cec16a101703067f99594e50d8b9b73050b0 Mon Sep 17 00:00:00 2001 From: ShuYu Wang Date: Sat, 9 Jun 2018 21:15:11 +0800 Subject: [PATCH] README.md: fix typo in command line --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 436b94dc2..effcea51f 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ git checkout testnet * Install rocksdb by source code: ```bash git clone https://github.com/facebook/rocksdb.git - cd rocksdb & make shared_lib && make install-shared + cd rocksdb && make shared_lib && make install-shared ``` 3. Install dependencies packages.