From f5997e36bdaf63f332da930ea27dfdd61f235b05 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sun, 15 Jan 2023 21:26:59 -0300 Subject: [PATCH] readme: update --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 454ac5a..04fff99 100644 --- a/README.md +++ b/README.md @@ -11,18 +11,22 @@ is maintained as a git repository, and portzap allows the repository to be clone ## Usage +* **portzap init**
+ This command should be run as root.
+ The command creates the `_portzap` user / group, and the directory `/home/_portzap`. + ` * **portzap clone**
- This command should be run with a regular user account.
+ This command should be run by a user account that is a member of the `_portzap` group.
The command clones HardenedBSD's ports collection to `/tmp/ports`. * **portzap pull**
- This command should be run with a regular user account.
+ This command should be run by a user account that is a member of the `_portzap` group.
The command updates an existing repository previously cloned with `portzap clone`. * **portzap unpack**
This command should be run as root.
- The command copies `/tmp/ports` to `/usr/ports`. + The command copies `/home/_portzap/ports` to `/usr/ports`. ## Sources