From acfc4144697113bc3768ef5f4a21093a9c469fcc Mon Sep 17 00:00:00 2001
From: 0x1eef <0x1eef@protonmail.com>
Date: Mon, 22 May 2023 02:28:22 -0300
Subject: [PATCH] README: update
---
README.md | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
index 7e7fcb4..d855651 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,15 @@
## About
portzap is a utility for staying up to date with the
-HardenedBSD ports tree. It is 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 root. 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.
+HardenedBSD ports tree.
+
+portzap is 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 root. Once the initial installation
+is complete, future updates are incremental, which means that portzap
+will only add, remove or update ports that have changed since the last
+update.
## Usage
@@ -26,7 +27,7 @@ changed since the last update.
portzap can be installed through git, or via a port.
The port makes installation, and deinstallation easier.
-__Port__
+__Port__
See [0x1eef/ports/freebsd/hardenedbsd/portzap](https://git.hardenedbsd.org/0x1eef/ports/-/tree/main/freebsd/hardenedbsd/portzap).