Update docs/README.md
This commit is contained in:
parent
971ad81fa4
commit
e7c6798ad3
1 changed files with 4 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue