Skip to content

Commit

Permalink
doc: update BUILD.md
Browse files Browse the repository at this point in the history
the dep command isn't necessary now.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>
  • Loading branch information
fujita committed Feb 11, 2019
1 parent d8cc037 commit e87bfcb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions BUILD.md
Expand Up @@ -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`.
Expand Down

0 comments on commit e87bfcb

Please sign in to comment.