summaryrefslogtreecommitdiffhomepage
path: root/BUILD.md
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@gmail.com>2019-02-11 18:47:13 +0900
committerFUJITA Tomonori <fujita.tomonori@gmail.com>2019-02-11 18:47:13 +0900
commite87bfcba68f4b5a6673162a3f9b6219f45ada38a (patch)
tree80a5ef93c3f2f427ceaa8a651284a848ec25b9fc /BUILD.md
parentd8cc0379f6184821230afe1e96ff32c7c9e09a90 (diff)
doc: update BUILD.md
the dep command isn't necessary now. Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>
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`.