rpcclient: Remove docker info from README.md.
This information no longer applies since the rpcclient was merged into dcrd proper.
This commit is contained in:
parent
9db06d4a68
commit
80861cacf4
@ -47,24 +47,6 @@ implement and the API is not stable yet.
|
||||
$ go get -u github.com/decred/dcrd/rpcclient
|
||||
```
|
||||
|
||||
## Docker
|
||||
|
||||
All tests and linters may be run in a docker container using the script
|
||||
`run_tests.sh`. This script defaults to using the current supported version of
|
||||
go. You can run it with the major version of go you would like to use as the
|
||||
only arguement to test a previous on a previous version of go (generally decred
|
||||
supports the current version of go and the previous one).
|
||||
|
||||
```
|
||||
./run_tests.sh 1.7
|
||||
```
|
||||
|
||||
To run the tests locally without docker:
|
||||
|
||||
```
|
||||
./run_tests.sh local
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
Package rpcclient is licensed under the [copyfree](http://copyfree.org) ISC
|
||||
|
||||
Loading…
Reference in New Issue
Block a user