aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRastislav Szabo <raszabo@cisco.com>2017-05-04 16:39:16 +0200
committerRastislav Szabo <raszabo@cisco.com>2017-05-04 16:39:16 +0200
commita2c9e03336bc3d65e45750f140d6bf6b3f626da6 (patch)
treec048134bbde5a00b9ab1040eea47a700954fd220 /README.md
parent6773171c3d619be5bb646cdc80ebfd4d7ae26376 (diff)
Readme update
Change-Id: I2588ad91c1c1a008636dd10205ae541deccbbd65 Signed-off-by: Rastislav Szabo <raszabo@cisco.com>
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
```