X-Git-Url: https://gerrit.fd.io/r/gitweb?p=govpp.git;a=blobdiff_plain;f=README.md;fp=README.md;h=1d52083a445cc146a6ad170c24e88c4179fd2373;hp=7e7098606d69b0ad192fc34a0a5bce6397b4ea23;hb=a2c9e03336bc3d65e45750f140d6bf6b3f626da6;hpb=6773171c3d619be5bb646cdc80ebfd4d7ae26376 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 ```