Update docs

This commit is contained in:
0x1eef 2024-07-16 18:09:24 -03:00
parent 3b0c29711c
commit 640f2b53d6

View file

@ -61,10 +61,15 @@ portzap is available
The most recent version of portzap can be installed via git: The most recent version of portzap can be installed via git:
# Clone
user@localhost$ git clone https://git.hardenedbsd.org/0x1eef/portzap.git user@localhost$ git clone https://git.hardenedbsd.org/0x1eef/portzap.git
user@localhost$ cd portzap user@localhost$ cd portzap
# Install
root@localhost# make install root@localhost# make install
root@localhost# setup-portzap root@localhost# setup-portzap
# Add user to '_portzap' group
root@localhost# pw groupmod -n _portzap -m <user> root@localhost# pw groupmod -n _portzap -m <user>
## Requirements ## Requirements