From ee034fc880d1214111b30385c049c089875e15d3 Mon Sep 17 00:00:00 2001 From: Pedro Pombeiro Date: Fri, 8 Dec 2017 12:54:07 +0100 Subject: [PATCH] Add instructions to install gometalinter in Readme (#506) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b9ef3141..497e58ddc 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Use following Makefile commands: # Testing To setup accounts passphrase you need to setup an environment variable: `export ACCOUNT_PASSWORD="secret_pass_phrase"`. -To test statusgo, use: `make ci`. +To test statusgo, use: `make ci`. Make sure the `gometalinter` package is installed first by running `make lint-install` To test statusgo using a giving network by name, use: `make ci networkid=rinkeby`. To test statusgo using a giving network by id number, use: `make ci networkid=3`.