README: fix
This commit is contained in:
parent
65abb53ddc
commit
3477904ae0
1 changed files with 7 additions and 3 deletions
10
README.md
10
README.md
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue