diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-02-18 22:24:19 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-02-18 22:24:19 +0900 |
commit | d640469452881a29c11655ddaf3306fa7c67f97b (patch) | |
tree | 5ee91fcacf8d34b9bd6c8097b1349876e29e911f /README.md | |
parent | 61890751e12a39dadc0ef072463a71c01704eaf1 (diff) |
docs: update README
improve install instructions
[skip ci]
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -9,15 +9,12 @@ modern environment and implemented in a modern programming language, ## Getting started -Installing GoBGP is quite easy (only two commands!): +Installing GoBGP is quite easy (just one command!): ```bash -$ go get github.com/osrg/gobgp/gobgpd -$ go get github.com/osrg/gobgp/gobgp +$ go get github.com/osrg/gobgp/... ``` -No dependency hell (library, package, etc) thanks to Go. - ## Documentation ### Using GoBGP |