From f929a1cfb4039a5519d84c2deff05cbaf05ce776 Mon Sep 17 00:00:00 2001 From: Eyal Posener Date: Thu, 9 Apr 2020 19:07:58 +0300 Subject: Add github actions --- doc.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc.go') 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 -- cgit v1.2.3