Skip to content

Commit

Permalink
updated installation doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Hidanio committed Feb 19, 2024
1 parent 3ef4699 commit 59912cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/phpgrep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ See also: ["phpgrep: syntax aware code search"](https://speakerdeck.com/quasilyt
To install `phpgrep` binary under your `$(go env GOPATH)/bin`:

```bash
go get -v github.com/quasilyte/phpgrep/cmd/phpgrep
go install -v github.com/quasilyte/phpgrep/cmd/phpgrep@latest
```

If `$GOPATH/bin` is under your system `$PATH`, `phpgrep` command should be available after that.<br>
Expand Down

0 comments on commit 59912cf

Please sign in to comment.