Skip to content

Commit

Permalink
Allow installation to be copied (#110)
Browse files Browse the repository at this point in the history
Signed-off-by: Terry Howe <tlhowe@amazon.com>
  • Loading branch information
TerryHowe authored Sep 7, 2022
1 parent 17849e3 commit d40f6c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
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 d40f6c7

Please sign in to comment.