Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,20 @@ rite verify transcript.jsonl # verify afterward

## Installation

Install with Homebrew:

```sh
brew tap rite-ly/tap
brew install rite
```

Build from source:

```sh
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
Expand Down