diff options
Diffstat (limited to 'docs/sources/getting-started.md')
-rw-r--r-- | docs/sources/getting-started.md | 2 |
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 ``` |