From 8c62a5f95cee6f14a974714491ff3a374258dd41 Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Tue, 16 Jun 2015 12:50:49 -0400 Subject: [PATCH] Include development quick start info --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c3e228e..441d48a 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,13 @@ To verify signatures, use the following PGP keys: - @braydonf: https://pgp.mit.edu/pks/lookup?op=get&search=0x9BBF07CAC07A276D - @pnagurny: https://pgp.mit.edu/pks/lookup?op=get&search=0x0909B33F0AA53013 -## Tests +## Development & Tests + +```sh +git clone https://github.com/bitpay/bitcore +cd bitcore +npm install +``` Run all the tests: