aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernd Fix <brf@hoi-polloi.org>2022-10-24 23:16:05 +0200
committerBernd Fix <brf@hoi-polloi.org>2022-10-24 23:16:05 +0200
commitcc143998695474cbe91941b91eaa9c8fa41d6700 (patch)
treeba7cb57f15d339e3999522ee53163c849686774a
parent6ed1dfac9e0ac7a24114198ae8a364388cb55528 (diff)
downloadgnunet-go-cc143998695474cbe91941b91eaa9c8fa41d6700.tar.gz
gnunet-go-cc143998695474cbe91941b91eaa9c8fa41d6700.zip
Added 'stringer' dependency for 'go generate'.
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index bbaced7..f48f28a 100644
--- a/README.md
+++ b/README.md
@@ -56,6 +56,11 @@ and DHT are implemented.
56Use `./build.sh withgen` to build the executables (services and utilities, see 56Use `./build.sh withgen` to build the executables (services and utilities, see
57below). The resulting programs are stored in `${GOPATH}/bin`. 57below). The resulting programs are stored in `${GOPATH}/bin`.
58 58
59The `withgen` argument is optional (only needed if GANA registry files have
60changed and been updated in this repository by the user). The `go generate`
61step requires the `stringer` tool to be available; you can install it
62by running `go install golang.org/x/tools/cmd/stringer@latest`.
63
59To run the unit tests, use `./test.sh`. 64To run the unit tests, use `./test.sh`.
60 65
61## `./src/gnunet/enums` 66## `./src/gnunet/enums`