Skip to content

Commit

Permalink
Allow installation to be copied
Browse files Browse the repository at this point in the history
  • Loading branch information
TerryHowe committed Sep 6, 2022
1 parent 17849e3 commit 65f476e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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
Expand Down

0 comments on commit 65f476e

Please sign in to comment.