From 0ef2ef26aac46845f2a483b4725cbf2c1243cd63 Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Wed, 3 Apr 2019 14:05:11 +0900 Subject: docs: update BUILD.md for module support Signed-off-by: FUJITA Tomonori --- BUILD.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'BUILD.md') diff --git a/BUILD.md b/BUILD.md index dd1dd560..2b3b3c15 100644 --- a/BUILD.md +++ b/BUILD.md @@ -2,10 +2,11 @@ ## Building the development environment -You need a working [Go environment](https://golang.org/doc/install) (1.11 or newer). +You need a working [Go environment](https://golang.org/doc/install) (1.11 or newer) with the module support enabled. ```bash -$ go get github.com/osrg/gobgp/... +$ git clone git://github.com/osrg/gobgp +$ cd gobgp && go mod download ``` Now ready to modify the code and build two binaries, `cmd/gobgp` and `cmd/gobgpd`. -- cgit v1.2.3