From a3adf009e3f3f0869cf7374addc320556ad8cfc2 Mon Sep 17 00:00:00 2001 From: Yuhki Yano Date: Thu, 30 Mar 2023 16:06:40 +0900 Subject: [PATCH] Update the way of installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1ce927..07b0054 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Install: 1. Type in your shell: ```go -go get -u github.com/posener/complete/v2/gocomplete +go install github.com/posener/complete/v2/gocomplete@latest COMP_INSTALL=1 gocomplete ```