summaryrefslogtreecommitdiffhomepage
path: root/BUILD.md
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/BUILD.md b/BUILD.md
index 8f0bc0c1..dd1dd560 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -5,9 +5,7 @@
You need a working [Go environment](https://golang.org/doc/install) (1.11 or newer).
```bash
-$ go get -u github.com/golang/dep/cmd/dep
-$ go get github.com/osrg/gobgp
-$ cd $GOPATH/src/github.com/osrg/gobgp && dep ensure
+$ go get github.com/osrg/gobgp/...
```
Now ready to modify the code and build two binaries, `cmd/gobgp` and `cmd/gobgpd`.