diff options
author | FUJITA Tomonori <fujita.tomonori@gmail.com> | 2019-02-11 18:47:13 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@gmail.com> | 2019-02-11 18:47:13 +0900 |
commit | e87bfcba68f4b5a6673162a3f9b6219f45ada38a (patch) | |
tree | 80a5ef93c3f2f427ceaa8a651284a848ec25b9fc /BUILD.md | |
parent | d8cc0379f6184821230afe1e96ff32c7c9e09a90 (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.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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`. |