20 lines
496 B
Markdown
20 lines
496 B
Markdown
|
# Packager
|
||
|
|
||
|
Packager is a tool for package management.
|
||
|
It was built to make it easier to download and distribute packages.
|
||
|
|
||
|
## pkgr
|
||
|
pkgr is the main tool for the packager.
|
||
|
|
||
|
Because this tool is so feature rich, it has its own [README](./pkgr/README.md).
|
||
|
|
||
|
## bootpkg
|
||
|
bootpkg is a tool primariliy used to bootstrap the packager.
|
||
|
|
||
|
### Usage
|
||
|
|
||
|
```bash
|
||
|
bootpkg strap ./pkgr.pkg
|
||
|
```
|
||
|
|
||
|
This will extract the pkgfile and read the `[pkgr.bootstrap]` section to bootstrap the packager or any other package.
|