summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2017-02-18 22:24:19 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2017-02-18 22:24:19 +0900
commitd640469452881a29c11655ddaf3306fa7c67f97b (patch)
tree5ee91fcacf8d34b9bd6c8097b1349876e29e911f /README.md
parent61890751e12a39dadc0ef072463a71c01704eaf1 (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.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/README.md b/README.md
index ad376e4f..317f0900 100644
--- a/README.md
+++ b/README.md
@@ -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