Skip to content

Commit

Permalink
Fix go install command-line (#32)
Browse files Browse the repository at this point in the history
The go install command is incorrectly targeting `quasilyte/cmd`. Also I had to add `@latest` for my install.
  • Loading branch information
hashtagchris authored Sep 20, 2022
1 parent 86e4605 commit dce9607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $ go get github.com/quasilyte/gogrep
To get a gogrep command-line tool, install the `cmd/gogrep` Go submodule.

```bash
$ go install github.com/quasilyte/cmd/gogrep
$ go install github.com/quasilyte/gogrep/cmd/gogrep@latest
```

See [docs/gogrep_cli.md](_docs/gogrep_cli.md) to learn how to use it.
Expand Down

0 comments on commit dce9607

Please sign in to comment.