Update README.md

This commit is contained in:
Kim De Mey 2020-03-31 11:57:35 +02:00 committed by GitHub
parent fe6df94a19
commit 5dc0a533b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -22,6 +22,11 @@ Ethereum-related utilities written in Nim. Includes things like Bloom filters, p
- Nim & Nimble
- RocksDB, SQLite, LMDB (required for the trie backend tests)
E.g. on Ubuntu one can run:
```
apt install -y librocksdb-dev liblmdb-dev sqlite3
```
## Building & Testing
```
# Install required modules