Skip to content

Commit

Permalink
fix: Update README for install command
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuyoshicho committed Jan 8, 2023
1 parent 254b632 commit 30075a1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,18 @@ matches, err := zglob.Glob(`./foo/b*/**/z*.txt`)

## Installation

```
For using library:

```console
$ go get github.com/mattn/go-zglob
```

For using command:

```console
$ go install github.com/mattn/go-zglob/cmd/zglob@latest
```

## License

MIT
Expand Down

0 comments on commit 30075a1

Please sign in to comment.