Skip to content

Commit 9f6d0a5

Browse files
committed
chore: move cli entrypoint to root
1 parent b1bc672 commit 9f6d0a5

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ before:
44
hooks:
55
- go mod tidy
66
builds:
7-
- main: cmd/gojsonschema/main.go
7+
- main: main.go
88
env:
99
- CGO_ENABLED=0
1010
goos:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This tool generates Go data types and structs that corresponds to definitions in
2424

2525
```shell
2626
$ go get github.com/atombender/go-jsonschema/...
27-
$ go install github.com/atombender/go-jsonschema/cmd/gojsonschema@latest
27+
$ go install github.com/atombender/go-jsonschema@latest
2828
```
2929

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

0 commit comments

Comments
 (0)