From 68af6f17bbf77c426e683a6eeb0e198a8c621c37 Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Wed, 2 Aug 2017 22:39:40 +0900 Subject: README: add binary release link [skip ci] Signed-off-by: FUJITA Tomonori --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ad6b0523..c3cb5844 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,15 @@ GoBGP is an open source BGP implementation designed from scratch for modern environment and implemented in a modern programming language, [the Go Programming Language](http://golang.org/). -## Getting started +---- -Installing GoBGP is quite easy (just one command!): +## To start using GoBGP + +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). ```bash $ go get github.com/osrg/gobgp/... -- cgit v1.2.3