diff options
| author | Eyal Posener <[email protected]> | 2017-05-06 18:59:06 +0300 |
|---|---|---|
| committer | Eyal Posener <[email protected]> | 2017-05-06 18:59:06 +0300 |
| commit | 99ef98e3bada58261aebbf84432cb8b31b4ed26b (patch) | |
| tree | 2d9d230705ba328d44543851e23334ee0c1af6da | |
| parent | 4f47fe9246e715f11272d6323343a12797d4d13f (diff) | |
enhance readme
| -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 ``` |
