From 616f85753828c0b8e6f885406017bddf2d551bef Mon Sep 17 00:00:00 2001 From: fixanoid Date: Thu, 29 Nov 2018 16:47:54 -0500 Subject: [PATCH] Adding quick start --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index abd6672d..194c9fc7 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ `istanbul-tools` contains tools for configuring Istanbul BFT (IBFT) network, integration tests for both IBFT Geth and Quorum, and load testing utilities for IBFT Geth. +## Quick start +``` +$ go get -u github.com/jpmorganchase/istanbul-tools/cmd/istanbul +``` +Note: ensure that your go lang bin's are in the path + ## Build istanbul command line interface ```