Skip to content

Commit

Permalink
chore: move cli entrypoint to root
Browse files Browse the repository at this point in the history
  • Loading branch information
omissis committed Oct 5, 2023
1 parent b1bc672 commit 9f6d0a5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ before:
hooks:
- go mod tidy
builds:
- main: cmd/gojsonschema/main.go
- main: main.go
env:
- CGO_ENABLED=0
goos:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This tool generates Go data types and structs that corresponds to definitions in

```shell
$ go get github.com/atombender/go-jsonschema/...
$ go install github.com/atombender/go-jsonschema/cmd/gojsonschema@latest
$ go install github.com/atombender/go-jsonschema@latest
```

* **Install with Brew**: To install with [Homebrew](https://brew.sh):
Expand Down
File renamed without changes.

0 comments on commit 9f6d0a5

Please sign in to comment.