diff options
-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 |