summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRastislav Szabo <raszabo@cisco.com>2017-05-04 14:43:19 +0000
committerGerrit Code Review <gerrit@fd.io>2017-05-04 14:43:19 +0000
commitcf7fbee5c540d16a162236b476d438c66f513ad9 (patch)
tree1b5272de77b8e4b88fcf0ac74b1557140d7326a4
parent87a66a4484dda9cb1b3552f133dc3d6e93539735 (diff)
parenta2c9e03336bc3d65e45750f140d6bf6b3f626da6 (diff)
Merge "Readme update"
-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
```