docs: Add note about vendored build commands

This commit is contained in:
Jacob Kauffmann 2025-11-12 16:42:20 -07:00 committed by Jeremy Soller
parent b12f922df9
commit f7e470ca58

View file

@ -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-debug` - Compile with debug profile
- `just build-release` - Compile with release profile (default) - `just build-release` - Compile with release profile (default)
- `just build-vendored` - Compile release profile with vendored dependencies - `just build-vendored` - Compile release profile with vendored dependencies
- Requires vendoring first, which can be done with `just vendor`
#### Testing & Development #### Testing & Development
- `just mock` - Run greeter in a windowed compositor for quick testing (builds and runs the mock server example) - `just mock` - Run greeter in a windowed compositor for quick testing (builds and runs the mock server example)