diff --git a/docs/README.md b/docs/README.md index 0e9b295..5b84964 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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. \ No newline at end of file +This will extract the pkgfile and read the `[pkgr.bootstrap]` section to bootstrap the packager or any other package.