aboutsummaryrefslogtreecommitdiffstats
path: root/docs/GENERATOR.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/GENERATOR.md')
-rw-r--r--docs/GENERATOR.md4
1 files changed, 2 insertions, 2 deletions
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`.