tCleanup README - pm - barely a pack manager
(HTM) git clone git://z3bra.org/pm
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit b68e1d5ace0e9ecce3f4b8f866489e244a152995
(DIR) parent 0c8ca85a678fa09457671f953c91c76a732aafc0
(HTM) Author: Willy Goiffon <dev@z3bra.org>
Date: Tue, 2 Jun 2020 13:02:02 +0200
Cleanup README
Diffstat:
M README | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
---
(DIR) diff --git a/README b/README
t@@ -8,7 +8,7 @@ update or delete them.
Features
-----
-- Install packs under any `$ROOT` directory (default: /)
+- Install packs under any `$ROOT` directory
- Filesystem as an internal database format
- Multiple compression method supported
- Small feature set (it's a plus!)
t@@ -19,8 +19,8 @@ Usage
Refer to pm(1) manual page for details and examples. The below commands
are provided as a quick introduction.
-List all install packs with their versions, and inspect the installed
-files:
+List all install packs with their versions, and the installed files for
+a specific pack:
pm -iv
pm -i sick
t@@ -35,8 +35,9 @@ For more infomations about the pack format, see pack(5).
Installation
-----
-Edit config.mk if needed, then build with the following command:
+Edit config.mk as needed, then build/install with the following commands:
+ make
make install
Require [libarchive][0].