Add instructions to install gometalinter in Readme (#506)

This commit is contained in:
Pedro Pombeiro 2017-12-08 12:54:07 +01:00 committed by Adam Babik
parent 919ab285d3
commit ee034fc880
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ Use following Makefile commands:
# Testing # Testing
To setup accounts passphrase you need to setup an environment variable: `export ACCOUNT_PASSWORD="secret_pass_phrase"`. 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 name, use: `make ci networkid=rinkeby`.
To test statusgo using a giving network by id number, use: `make ci networkid=3`. To test statusgo using a giving network by id number, use: `make ci networkid=3`.