summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
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