diff --git a/README.md b/README.md index 4a58579..6e5a9be 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,7 @@ See the `script` directory for the `zcash.go` script that generates the output a ### How to use Ensure that you have Go installed and a working and running `zcashd` instance and that the `zcash-cli` executable is available in `/usr/bin/zcash-cli` (or update the path to your zcash-cli executable in `zcash.go`). From the `script` directory simply run `go run zcash.go` and the documentation will be produced for all Zcash RPC calls and styled according to the template in `template.html`. + +## License + +License of the docs is MIT (see https://github.com/zcash/zcash), license of the scripts and webpage is also MIT ((C) 2018 Karel Bilek) diff --git a/script/template.html b/script/template.html index 3369c09..b75c223 100644 --- a/script/template.html +++ b/script/template.html @@ -38,7 +38,7 @@
{{end}}

- Made by @karel_3d; license of the docs is MIT (see zcash repo), license of the scripts and webpage is also MIT ((C) 2018 Karel Bilek) (github repo) + Maintained by @_garethtdavies; license of the docs is MIT (see zcash repo), license of the scripts and webpage is also MIT (github repo)

Note it uses a mainnet node