summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--readme.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index f9902d0..8dc640b 100644
--- a/readme.md
+++ b/readme.md
@@ -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
```