From e7c6798ad30774292e44709ca404390eb0b996b2 Mon Sep 17 00:00:00 2001 From: Strix Date: Thu, 21 Nov 2024 15:29:54 +0100 Subject: [PATCH] Update docs/README.md --- docs/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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.