From 283f7ab9067d68cf98a7443b145eb9f9dbb9baf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lomig=20Me=CC=81gard?= Date: Sat, 25 Apr 2026 18:19:35 +0200 Subject: [PATCH] docs: Add homebrew instructions --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae1eebb..e9bc682 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,13 @@ rite verify transcript.jsonl # verify afterward ## Installation +Install with Homebrew: + +```sh +brew tap rite-ly/tap +brew install rite +``` + Build from source: ```sh @@ -65,8 +72,6 @@ cargo build --release -p rite-cli cargo build --release -p rite-ls # language server for editor support ``` -Homebrew tap and prebuilt binaries are planned. - ## Features - [x] YAML ceremony DSL with roles, steps, materials, and outputs