Skip to content

Commit

Permalink
Merge pull request #227 from cbliard/patch-1
Browse files Browse the repository at this point in the history
Update docs to use `go install` instead of `go get`
  • Loading branch information
danielgtaylor authored Nov 8, 2023
2 parents c0f180c + 0a1f26c commit b75a307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/shorthand.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ It seems reasonable to ask, why create a new syntax?
You can use the included `j` executable to try out the shorthand format examples below. Examples are shown in JSON, but the shorthand parses into structured data that can be marshalled as other formats, like YAML or TOML if you prefer.

```bash
go get -u github.com/danielgtaylor/shorthand/cmd/j
go install github.com/danielgtaylor/shorthand/cmd/j@latest
```

Also feel free to use this tool to generate structured data for input to other commands.
Expand Down

0 comments on commit b75a307

Please sign in to comment.