diff --git a/CONTRIBUTING.markdown b/CONTRIBUTING.markdown index 0a93d012..bd22f1d2 100644 --- a/CONTRIBUTING.markdown +++ b/CONTRIBUTING.markdown @@ -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 --------------- diff --git a/README.markdown b/README.markdown index bed3e61e..5a902051 100644 --- a/README.markdown +++ b/README.markdown @@ -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