summaryrefslogtreecommitdiffhomepage
path: root/docs/sources/getting-started.md
diff options
context:
space:
mode:
authorkasivia <kasivia@s0-karam4.sunstone.lab>2016-03-23 15:09:38 -0700
committerkasivia <kasivia@s0-karam4.sunstone.lab>2016-03-23 15:09:38 -0700
commit506d03c92f4c0918673390cb4cd24e181e3a3f6a (patch)
tree61e2029f4b0478b4504c6a07ff53ff4fe15eb9c2 /docs/sources/getting-started.md
parentf9e5428ac8bb1e78a9da82d434e8d2ddbb974891 (diff)
added wget for gobgp static and dynamic bash
Diffstat (limited to 'docs/sources/getting-started.md')
-rw-r--r--docs/sources/getting-started.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/sources/getting-started.md b/docs/sources/getting-started.md
index 9f3d532e..4ef40c8c 100644
--- a/docs/sources/getting-started.md
+++ b/docs/sources/getting-started.md
@@ -25,6 +25,8 @@ In addition, if you use Bash shell, you can enjoy CLI's tab completion:
```bash
$ wget https://raw.githubusercontent.com/osrg/gobgp/master/tools/completion/gobgp-completion.bash
+$ wget https://raw.githubusercontent.com/osrg/gobgp/master/tools/completion/gobgp-static-completion.bash
+$ wget https://raw.githubusercontent.com/osrg/gobgp/master/tools/completion/gobgp-dynamic-completion.bash
$ source gobgp-completion.bash
```