generate.sh: fix go-ipldtool installation instructions

This commit is contained in:
Richard Patel 2022-10-28 20:33:08 +00:00
parent 77db1c0074
commit 2f1f467b3b
1 changed files with 2 additions and 1 deletions

View File

@ -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 \