Update docs/README.md

This commit is contained in:
Strix 2024-11-21 15:29:54 +01:00
parent 971ad81fa4
commit e7c6798ad3

View file

@ -9,7 +9,9 @@ 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.
`bootpkg` is a simple pkgr variant.
It doesn't contain anything fancy and is only used to install and update pkgr.
Using it for anything other than pkgr is not recommended.
### Usage
@ -17,4 +19,4 @@ bootpkg is a tool primariliy used to bootstrap the packager.
bootpkg strap ./pkgr.pkg
```
This will extract the pkgfile and read the `[pkgr.bootstrap]` section to bootstrap the packager or any other package.
This will extract the pkgfile and read the `[pkgr.bootstrap]` section to bootstrap the packager or any other package.