From 65f476e052223797d080df51af379f6026a94d92 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 --- 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