README: fix

This commit is contained in:
0x1eef 2023-03-25 05:39:45 -03:00
parent 65abb53ddc
commit 3477904ae0

View file

@ -26,9 +26,12 @@ changed since the last update.
portzap can be installed through git, or via a port. <br>
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__ <br>
See [0x1eef/ports/freebsd/hardenedbsd/portzap](https://git.hardenedbsd.org/0x1eef/ports/-/tree/main/freebsd/hardenedbsd/portzap)
__git__ <br>
* 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 <user>_
pw groupmod -g _portzap -m <user>
```
## Sources