From 412c27542ec59ecd420ac441255c89ea3615bcd7 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sat, 14 Jan 2023 14:45:46 -0300 Subject: [PATCH] readme: update --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7ac507d..0a68b3c 100644 --- a/README.md +++ b/README.md @@ -11,15 +11,19 @@ is maintained as a git repository, and portzap allows the repository to be clone ## Usage -* **portzap clone** +* **portzap clone**
This command should be run with a regular user account.
The command clones HardenedBSD's ports collection to `/tmp/ports`. -* **portzap pull** +* **portzap pull**
This command should be run with a regular user account.
The command updates an existing repository previously cloned with `portzap clone`. -* **portzap unpack** +* **portzap unpack**
This command should be run as root. It copies `/tmp/ports` to `/usr/ports`. +## Sources + +* [Source code (GitHub)](https://github.com/0x1eef/portzap) +* [Source code (GitLab)](https://gitlab.com/0x1eef/portzap)