From 3296c9f978804fe15210267fb56a9ac9b0eb5104 Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Mon, 6 Apr 2015 21:27:57 +0900 Subject: docs: add getting started doc link to README Signed-off-by: FUJITA Tomonori --- README.md | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d50ad9b8..5ca49770 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ -GoBGP: BGP implementation in Go -=============================== +# GoBGP: BGP implementation in Go

[![Build Status](https://travis-ci.org/osrg/gobgp.svg?branch=master)](https://travis-ci.org/osrg/gobgp/builds)

+ +## Introduction 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 -=============== +## Getting started + Installing GoBGP is quite easy (only two commands!): ```bash @@ -16,13 +17,18 @@ $ go get github.com/osrg/gobgp/gobgp No dependency hell (library, package, etc) thanks to Go. Now ready to [configure](http://osrg.github.io/gobgp/get-started/). -Contributing to GoBGP -===================== +## Contributing to GoBGP + Awesome! Create a pull request. No CLA, board members, governance, or other mess. -Licensing -========= +## Documentation + +### Using GoBGP + * [Getting Started](https://github.com/osrg/gobgp/blob/master/docs/sources/getting-started.md) + +## Licensing + GoBGP is licensed under the Apache License, Version 2.0. See [LICENSE](https://github.com/osrg/gobgp/blob/master/LICENSE) for the full license text. -- cgit v1.2.3