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