From 2636b2a98e586fee6a4f0a1341fb93755d9bd083 Mon Sep 17 00:00:00 2001 From: Emmett1 Date: Tue, 31 Jul 2018 13:05:48 +0800 Subject: [PATCH] update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 74f3995..a7df827 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,10 @@ Available options: ### pkgadd -`pkgadd` is a tool to install and upgrade package created by `pkgadd`. Install package is simply extract `--.spkg.txz` by using tar into real system then save list extracted file into package `INDEX_DIR`. Upgrading package is also using same extract as install, it will replace old files then compare list file from old and new package and remove old file which not exist in new package (like Slackware pkgtool does). +`pkgadd` is a tool to install and upgrade package created by `pkgbuild`. Install package is simply extract +`--.spkg.txz` by using tar into real system then save list extracted file into package `INDEX_DIR`. +Upgrading package is also using same extract as install, it will replace old files then compare list file from old and new +package and remove old file which not exist in new package (like Slackware pkgtool does). Usage: pkgadd package.spkg.txz