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
10 changes: 9 additions & 1 deletion docs/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,16 @@ There are two binaries: `protoc-gen-buffa` (the codegen plugin) and `protoc-gen-

**From source (requires Rust toolchain):**

From crates.io (recommended):

```sh
cargo install --locked protoc-gen-buffa protoc-gen-buffa-packaging
```

Or from a git ref, for unreleased changes:

```sh
cargo install --git https://github.com/anthropics/buffa protoc-gen-buffa protoc-gen-buffa-packaging
cargo install --locked --git https://github.com/anthropics/buffa protoc-gen-buffa protoc-gen-buffa-packaging
```

**From GitHub releases:**
Expand Down
Loading