summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@gmail.com>2018-12-21 22:14:49 +0900
committerFUJITA Tomonori <fujita.tomonori@gmail.com>2018-12-21 22:23:02 +0900
commit5d008d7b7c22cab84d974cfb7a90a002b391538a (patch)
treef77745dbf1c7a9ed321da26eac5a0934c8601403 /README.md
parent46e375476196b6e670f6a627448471636dac69e6 (diff)
docs: add BUILD.md, development guide
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 3 insertions, 12 deletions
diff --git a/README.md b/README.md
index 7464f650..a8fcbc04 100644
--- a/README.md
+++ b/README.md
@@ -9,20 +9,10 @@ modern environment and implemented in a modern programming language,
----
-## To start using GoBGP
+## Install
Try [a binary release](https://github.com/osrg/gobgp/releases/latest).
-## To start developing GoBGP
-
-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
-```
-
## Documentation
### Using GoBGP
@@ -64,7 +54,8 @@ list](https://lists.sourceforge.net/lists/listinfo/gobgp-devel) for
questions, discussion, suggestions, etc.
You have code or documentation for GoBGP? Awesome! Send a pull
-request. No CLA, board members, governance, or other mess.
+request. No CLA, board members, governance, or other mess. See [`BUILD.md`](BUILD.md) for info on
+code contributing.
## Licensing