X-Git-Url: https://gerrit.fd.io/r/gitweb?p=govpp.git;a=blobdiff_plain;f=docs%2FGENERATOR.md;fp=docs%2FGENERATOR.md;h=4787a05cd0b542994c020fe7dc9497aaf08cf464;hp=9cc40fcb6d45d2e891f05d20b427d13f111414ec;hb=67cea0df30f7ef348e265c9326f7a9f15ba26240;hpb=278cd54dc581167fcd206d725c04ba69b3109c25 diff --git a/docs/GENERATOR.md b/docs/GENERATOR.md index 9cc40fc..4787a05 100644 --- a/docs/GENERATOR.md +++ b/docs/GENERATOR.md @@ -12,10 +12,10 @@ This document contains information about GoVPP generator which is used for gener ```shell # Latest version (most recent tag) -go install git.fd.io/govpp.git/cmd/binapi-generator@latest +go install go.fd.io/govpp/cmd/binapi-generator@latest # Development version (master branch) -go install git.fd.io/govpp.git/cmd/binapi-generator@master +go install go.fd.io/govpp/cmd/binapi-generator@master ``` NOTE: Using `go install` to install programs is only supported in Go 1.16+ ([more info](https://go.dev/doc/go1.16#go-command)). For Go 1.15 or older, use `go get` instead of `go install`.