Skip to content

Commit

Permalink
Merge pull request nebulasio#146 from andelf/andelf-patch-1
Browse files Browse the repository at this point in the history
README.md: fix typo in command line
  • Loading branch information
ChengOrangeJu authored Jul 18, 2018
2 parents 7f78adb + 3cf6cec commit 4751ee1
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 4751ee1

Please sign in to comment.