Skip to content

Commit

Permalink
more readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nishanths committed Mar 22, 2023
1 parent b1f1b9d commit 80e1800
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,33 +8,24 @@ For the definitions of enum and exhaustiveness used by `exhaustive`, see
[godoc][godoc-doc]. For the changelog, see [CHANGELOG][changelog] in the GitHub
wiki.

## Install
## Usage

Command:

```
go install github.com/nishanths/exhaustive/cmd/exhaustive@latest
```

Package:

```
go get github.com/nishanths/exhaustive
```
## Usage

Command:

```
exhaustive [flags] [packages]
```

See [godoc][godoc-flags] or `exhaustive -h` for available flags.
For available flags, refer to the [Flags][godoc-flags] section in godoc or run
`exhaustive -h`.

Package:

```
go get github.com/nishanths/exhaustive
import "github.com/nishanths/exhaustive"
```

Expand Down

0 comments on commit 80e1800

Please sign in to comment.