Add instructions to install gometalinter in Readme (#506)
This commit is contained in:
parent
919ab285d3
commit
ee034fc880
|
@ -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`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue