Skip to content

Commit d939c44

Browse files
committed
README: update instructions for go1.17
Folks with earlier Go version will have to figure out how to install by themselves.
1 parent d7adfee commit d939c44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Ruel](https://github.com/maruel) and
4949

5050
## Installation
5151

52-
go get github.com/maruel/panicparse/v2/cmd/pp
52+
go install github.com/maruel/panicparse/v2/cmd/pp@latest
5353

5454

5555
## Usage
@@ -163,7 +163,7 @@ you may be running the _Perl PAR Packager_ instead of panicparse.
163163
You have two choices, either you put `$GOPATH/bin` at the beginning of `$PATH`
164164
or use long name `panicparse` with:
165165

166-
go get github.com/maruel/panicparse/v2
166+
go install github.com/maruel/panicparse/v2@latest
167167

168168
then using `panicparse` instead of `pp`:
169169

0 commit comments

Comments
 (0)