Skip to content

Commit

Permalink
Add Homebrew installation instructions (#43)
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
  • Loading branch information
jviotti authored Jun 3, 2024
1 parent c5fbece commit 3081fd9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ git tag -a "vX.Y.Z" -m "vX.Y.Z"
git push
```

Then update https://github.com/Intelligence-AI/homebrew-apps.

Grant of Rights
---------------

Expand Down
6 changes: 6 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ The JSON Schema CLI is written using C++ and [CMake](https://cmake.org/), and
supports macOS, Windows, and GNU/Linux. Under the hood, it relies on the
powerful [JSON Toolkit](https://github.com/sourcemeta/jsontoolkit) library.

### From Homebrew

```sh
brew install intelligence-ai/apps/jsonschema
```

### From GitHub Releases

We publish precompiled binaries for every supported platforms to [GitHub
Expand Down

0 comments on commit 3081fd9

Please sign in to comment.