Skip to content

Commit

Permalink
docs: update install commands
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Mordaunt <jackmordaunt.dev@gmail.com>
  • Loading branch information
JackMordaunt committed Dec 8, 2023
1 parent b6b3df9 commit fc86995
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 @@ -42,7 +42,7 @@ Note: `preview` has it's own `go.mod` and therefore is versioned independently (
### Go Tool

```
go install github.com/jackmordaunt/icns/v2/cmd/icnsify@latest
go install github.com/jackmordaunt/icns/cmd/icnsify@latest
```

### [Scoop](https://scoop.sh/)
Expand Down Expand Up @@ -93,7 +93,7 @@ Standard

## Library

`go get github.com/jackmordaunt/icns/v2`
`go get github.com/jackmordaunt/icns/v3`

```go
func main() {
Expand Down

0 comments on commit fc86995

Please sign in to comment.