Skip to content

Commit 5d32ae9

Browse files
committed
Fix install URL
1 parent bdbdf2e commit 5d32ae9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Regardless of how you compile or install `autoreverse` you'll need a recent vers
142142
### Installation the 'go' way
143143

144144
```sh
145-
go install https://github.com/markdingo/autoreverse
145+
go install github.com/markdingo/autoreverse@latest
146146
```
147147

148148
should result in an `autoreverse` executable in `$GOPATH/bin` or `$HOME/go/bin`.

0 commit comments

Comments
 (0)