diff options
| -rw-r--r-- | readme.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -17,11 +17,14 @@ In [gocomplete](./gocomplete) there is an example for bash completion for the `g ### Install +1. Type in your shell: ``` go get github.com/posener/complete/gocomplete gocomplete -install ``` +2. Restart your shell + ### Uninstall ``` |
