This updates the installation and updating section of the README.md files in the various packages to call out the module they are a part of and instruct the consumer to use the standard go tooling instead of the old, and no longer correct, package-based 'go get -u' instructions.
23 lines
982 B
Markdown
23 lines
982 B
Markdown
sampleconfig
|
|
============
|
|
|
|
[](https://github.com/decred/dcrd/actions)
|
|
[](http://copyfree.org)
|
|
[](https://pkg.go.dev/github.com/decred/dcrd/sampleconfig)
|
|
|
|
Package sampleconfig provides a single function that returns the contents of
|
|
the sample configuration file for dcrd. This is provided for tools that perform
|
|
automatic configuration and would like to ensure the generated configuration
|
|
file not only includes the specifically configured values, but also provides
|
|
samples of other configuration options.
|
|
|
|
## Installation and Updating
|
|
|
|
This package is part of the `github.com/decred/dcrd` module. Use the standard
|
|
go tooling for working with modules to incorporate it.
|
|
|
|
## License
|
|
|
|
Package sampleconfig is licensed under the [copyfree](http://copyfree.org) ISC
|
|
License.
|