feat: add CLI asset generation for shell completions and man page

This commit is contained in:
2026-02-28 01:01:33 -06:00
parent ce5fefa833
commit b8a2cfa9be
9 changed files with 177 additions and 2 deletions
+4
View File
@@ -19,6 +19,10 @@ Depot is a source-based package manager designed for Linux. It focuses on reprod
cargo build --release
```
When installing via Meson (`meson install`), Depot now generates and installs:
- Shell completions for Bash, Zsh, and Fish
- A `depot(1)` man page
### Installing a Package
To install a package from a spec file: