Adds deb building scripts
This commit is contained in:
@@ -91,6 +91,16 @@ strip -s target/release/kordophoned
|
||||
cargo generate-rpm
|
||||
```
|
||||
|
||||
### Packaging (DEB example)
|
||||
|
||||
`kordophoned` is configured for Debian packaging via `cargo-deb`.
|
||||
|
||||
```bash
|
||||
cargo install cargo-deb
|
||||
cd core
|
||||
cargo deb -p kordophoned
|
||||
```
|
||||
|
||||
## `kpcli` (CLI)
|
||||
|
||||
Useful for quick testing and interacting with the daemon/cache.
|
||||
|
||||
Reference in New Issue
Block a user