Added rocksdb-libdev

This commit is contained in:
Bruno Skvorc 2018-10-12 13:22:49 +02:00
parent 59ea801030
commit 68f0ecd002
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ This document will explain how to install, test, and run Nimbus on your local ma
```
- on Linux
```bash
sudo apt-get install rocksdb # or your own Linux distribution's equivalent
sudo apt-get install librocksdb-dev rocksdb # or your own Linux distribution's equivalent
curl https://nim-lang.org/choosenim/init.sh -sSf | sh
```