From 2f1f467b3bf6ea35336bdacf90a5168a4fc1680f Mon Sep 17 00:00:00 2001 From: Richard Patel Date: Fri, 28 Oct 2022 20:33:08 +0000 Subject: [PATCH] generate.sh: fix go-ipldtool installation instructions --- generate.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/generate.sh b/generate.sh index 1882a78..0eeb4c4 100755 --- a/generate.sh +++ b/generate.sh @@ -22,7 +22,8 @@ then go fmt ./pkg/gossip/schema.go fi -# go install github.com/ipld/go-ipldtool +# go install github.com/ipld/go-ipldtool/cmd/ipldtool@latest +# (requires "$(go env GOPATH)"/bin in $PATH) if command -v ipld &> /dev/null then ipld schema codegen \