From 7459dffbca605b494c39d4d2deade4a87fb92a13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Thor=C3=A9n?= Date: Wed, 5 Jun 2019 01:21:19 +0800 Subject: [PATCH] Update README with test instructions --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 52908ed..7317b96 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,16 @@ - [trie](doc/trie.md) - [bloom](doc/bloom.md) +## Building & Testing + +### Prerequisites + +Nimble is installed. + +``` +nimble install +nimble test +``` ## License