From 6e82b6404bd7511947fe29c1bc0bc555e27edb34 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sat, 25 Mar 2023 02:56:15 -0300 Subject: [PATCH] README: update --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index efb6997..e7ca652 100644 --- a/README.md +++ b/README.md @@ -5,24 +5,21 @@ HardenedBSD ports tree. It's designed to make it easy for unprivileged users who are members of the `_portzap` group to create and update a transient copy of the ports tree, which can then be installed into the `/usr/ports/` -directory by the root user. - -Once the initial installation is done, future updates are -incremental, which means that portzap will only add, remove or -update ports that have changed since the last update. +directory by the root user. Once the initial installation +is done, future updates are incremental, which means that +portzap will only add, remove or update ports that have +changed since the last update. ## Usage * `portzap clone`
- Clones HardenedBSD's ports tree into `/home/_portzap/ports/`. + Clones the ports tree into `/home/_portzap/ports/`. * `portzap pull`
Pulls updates into `/home/_portzap/ports/`. * `portzap install`
Installs `/home/_portzap/ports/` into `/usr/ports/`.
- After the first installation, future installations try to save time - by being incremental. Must be run by the root user. ## Install