Update README with test instructions

This commit is contained in:
Oskar Thorén 2019-06-05 01:21:19 +08:00 committed by zah
parent a12e01fb90
commit 7459dffbca
1 changed files with 10 additions and 0 deletions

View File

@ -13,6 +13,16 @@
- [trie](doc/trie.md)
- [bloom](doc/bloom.md)
## Building & Testing
### Prerequisites
Nimble is installed.
```
nimble install
nimble test
```
## License