docs: update hacking section with example

This commit is contained in:
2025-12-20 21:48:57 +01:00
parent d09dcf06cf
commit 15db235fe1

View File

@@ -24,6 +24,14 @@ uv sync
Then start coding.
If you want to test your changes, you can run the tool with:
```bash
uv run python -m skywipe.cli -h
uv run python -m skywipe.cli all
# or any other command
```
## Installation
Use [`pipx`](https://pipx.pypa.io/latest/installation/) to install `skywipe`: