From cc93729996a4c55f38e37b9b4666f028582d9a5b Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sun, 15 Jan 2023 22:36:35 -0300 Subject: [PATCH] readme: update --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f7e05c0..3fe4b4e 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,11 @@ is maintained as a git repository, and portzap allows the repository to be clone * **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 by a user account that is a member of the `_portzap` group.
The command clones HardenedBSD's ports collection to `/home/_portzap/ports`. - * **portzap pull**
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`.