Skip to content

Commit

Permalink
README.md: fix typo in command line
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf authored Jun 9, 2018
1 parent f916252 commit 3cf6cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3cf6cec

Please sign in to comment.