Add make install for global sandboxer CLI
Document uv tool install path and uv run fallback so sandboxer is available outside the project venv after make install.
This commit is contained in:
parent
06cc6f9466
commit
8a39eaba34
3 changed files with 12 additions and 1 deletions
|
|
@ -165,6 +165,7 @@ get wrong.
|
|||
|
||||
```bash
|
||||
make setup # install deps into .venv
|
||||
make install # sandboxer CLI → ~/.local/bin (add to PATH if needed)
|
||||
make check # lint + test — run before committing
|
||||
make test # pytest
|
||||
make lint # ruff check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue