From 3477904ae0bf041183c1218ede89af08a9fce446 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sat, 25 Mar 2023 05:39:45 -0300 Subject: [PATCH] README: fix --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9b90477..e40ff36 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,12 @@ changed since the last update. portzap can be installed through git, or via a port.
The port makes installation, and deinstallation easier. -* Port: [0x1eef/ports/freebsd/hardenedbsd/portzap](https://git.hardenedbsd.org/0x1eef/ports/-/tree/main/freebsd/hardenedbsd/portzap) +__port__
+ +See [0x1eef/ports/freebsd/hardenedbsd/portzap](https://git.hardenedbsd.org/0x1eef/ports/-/tree/main/freebsd/hardenedbsd/portzap) + +__git__
-* Git: ``` git clone https://git.hardenedbsd.org/0x1eef/portzap.git cd portzap @@ -38,7 +41,8 @@ pw useradd -n _portzap \ -c "portzap utility user" \ -m \ -s /sbin/nologin -pw groupmod -g _portzap -m _ +pw groupmod -g _portzap -m + ``` ## Sources