commit cc143998695474cbe91941b91eaa9c8fa41d6700 parent 6ed1dfac9e0ac7a24114198ae8a364388cb55528 Author: Bernd Fix <brf@hoi-polloi.org> Date: Mon, 24 Oct 2022 23:16:05 +0200 Added 'stringer' dependency for 'go generate'. Diffstat:
| M | README.md | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -56,6 +56,11 @@ and DHT are implemented. Use `./build.sh withgen` to build the executables (services and utilities, see below). The resulting programs are stored in `${GOPATH}/bin`. +The `withgen` argument is optional (only needed if GANA registry files have +changed and been updated in this repository by the user). The `go generate` +step requires the `stringer` tool to be available; you can install it +by running `go install golang.org/x/tools/cmd/stringer@latest`. + To run the unit tests, use `./test.sh`. ## `./src/gnunet/enums`