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>
|
portzap can be installed through git, or via a port. <br>
|
||||||
The port makes installation, and deinstallation easier.
|
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
|
git clone https://git.hardenedbsd.org/0x1eef/portzap.git
|
||||||
cd portzap
|
cd portzap
|
||||||
|
@ -38,7 +41,8 @@ pw useradd -n _portzap \
|
||||||
-c "portzap utility user" \
|
-c "portzap utility user" \
|
||||||
-m \
|
-m \
|
||||||
-s /sbin/nologin
|
-s /sbin/nologin
|
||||||
pw groupmod -g _portzap -m <user>_
|
pw groupmod -g _portzap -m <user>
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Sources
|
## Sources
|
||||||
|
|
Loading…
Reference in a new issue