summaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
authorEyal Posener <[email protected]>2020-04-09 19:07:58 +0300
committerEyal Posener <[email protected]>2020-04-09 21:31:51 +0300
commitf929a1cfb4039a5519d84c2deff05cbaf05ce776 (patch)
tree9bb705441dee435a190735387bf92349fa11e782 /doc.go
parentbcff2ec278afb628a8dcb7ded65ad9d3450e4121 (diff)
Add github actions
Diffstat (limited to 'doc.go')
-rw-r--r--doc.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc.go b/doc.go
index 51ce8ba..022be3a 100644
--- a/doc.go
+++ b/doc.go
@@ -15,7 +15,7 @@ This package provides:
* Enables an easy way to install/uninstall the completion of the command.
The library and tools are extensible such that any program can add its one logic, completion types
-or methologies.
+or methologies. See the (documentation) https://pkg.go.dev/github.com/posener/complete/v2?tab=doc.
Go Command Bash Completion
@@ -27,8 +27,8 @@ Install:
1. Type in your shell:
- go get -u github.com/posener/complete/v2/gocomplete
- COMP_INSTALL=1 gocomplete
+ go get -u github.com/posener/complete/v2/gocomplete
+ COMP_INSTALL=1 gocomplete
2. Restart your shell