enhance readme
This commit is contained in:
parent
4f47fe9246
commit
99ef98e3ba
|
@ -17,11 +17,14 @@ In [gocomplete](./gocomplete) there is an example for bash completion for the `g
|
||||||
|
|
||||||
### Install
|
### Install
|
||||||
|
|
||||||
|
1. Type in your shell:
|
||||||
```
|
```
|
||||||
go get github.com/posener/complete/gocomplete
|
go get github.com/posener/complete/gocomplete
|
||||||
gocomplete -install
|
gocomplete -install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
2. Restart your shell
|
||||||
|
|
||||||
### Uninstall
|
### Uninstall
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue