Skip to content

Commit 99bd78b

Browse files
docs: add just workflow to readme
1 parent 2a7a415 commit 99bd78b

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,25 @@ sudo apt install ttyd # Linux (or build from source)
185185
- [Voice Output Guide](docs/voice-output.md)
186186
- [Contributing](CONTRIBUTING.md)
187187

188+
## Maintainer Tasks
189+
190+
For local contributor and release workflows, use `just`:
191+
192+
```bash
193+
just test
194+
just lint
195+
just typecheck
196+
just docs
197+
just build-release
198+
just release-check
199+
```
200+
201+
Install `just` with:
202+
203+
```bash
204+
brew install just
205+
```
206+
188207
<!-- ARTEFACTS:START -->
189208
## Generated Artefacts
190209

0 commit comments

Comments
 (0)