From 6e38edd49d5f8cc8218f8193cd6dc63b241801ae Mon Sep 17 00:00:00 2001 From: Terry Howe Date: Tue, 6 Sep 2022 12:56:59 -0600 Subject: [PATCH] Allow installation to be copied Signed-off-by: Terry Howe --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6464bc4..b8c7a9d 100644 --- a/README.md +++ b/README.md @@ -32,13 +32,13 @@ All import blocks use one TAB(`\t`) as Indent. To download and install the highest available release version - ```shell -$ go install github.com/daixiang0/gci@latest +go install github.com/daixiang0/gci@latest ``` You may also specify a specific version, for example: ```shell -$ go install github.com/daixiang0/gci@v0.6.0 +go install github.com/daixiang0/gci@v0.6.0 ``` ## Usage