From 2a98062dc8193148d37bc0e616357d76f71bdbe4 Mon Sep 17 00:00:00 2001 From: Trung Nguyen Date: Fri, 7 Jun 2019 14:52:17 -0400 Subject: [PATCH] go get won't work with go mod replace directive --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 67403c07e..f3740f2f5 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,6 @@ `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 * Go 1.11+ ```