We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7adfee commit d939c44Copy full SHA for d939c44
README.md
@@ -49,7 +49,7 @@ Ruel](https://github.com/maruel) and
49
50
## Installation
51
52
- go get github.com/maruel/panicparse/v2/cmd/pp
+ go install github.com/maruel/panicparse/v2/cmd/pp@latest
53
54
55
## Usage
@@ -163,7 +163,7 @@ you may be running the _Perl PAR Packager_ instead of panicparse.
163
You have two choices, either you put `$GOPATH/bin` at the beginning of `$PATH`
164
or use long name `panicparse` with:
165
166
- go get github.com/maruel/panicparse/v2
+ go install github.com/maruel/panicparse/v2@latest
167
168
then using `panicparse` instead of `pp`:
169
0 commit comments