aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7e70986..1d52083 100644
--- a/README.md
+++ b/README.md
@@ -106,9 +106,10 @@ sudo dpkg -i vpp*.deb
To build & install all govpp binaries into your `$GOPATH`:
```
-cd govpp
-go build ./...
-go install ./...
+go get git.fd.io/govpp.git
+cd $GOPATH/src/git.fd.io/govpp.git
+make
+make install
```