From f7e470ca5845d3eed759378654b632d16e46bf41 Mon Sep 17 00:00:00 2001 From: Jacob Kauffmann Date: Wed, 12 Nov 2025 16:42:20 -0700 Subject: [PATCH] docs: Add note about vendored build commands --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4429ad2..09b7e0b 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ This project uses [just](https://github.com/casey/just) as a command runner. - `just build-debug` - Compile with debug profile - `just build-release` - Compile with release profile (default) - `just build-vendored` - Compile release profile with vendored dependencies + - Requires vendoring first, which can be done with `just vendor` #### Testing & Development - `just mock` - Run greeter in a windowed compositor for quick testing (builds and runs the mock server example)