Update docs

This commit is contained in:
0x1eef 2024-04-17 20:30:14 -03:00
parent 50d648f06a
commit 135c64e643
2 changed files with 11 additions and 0 deletions

View file

@ -15,6 +15,10 @@ portzap is a utility that manages a local copy of the
# This command is delegated to the '_portzap' user.
$ portzap pull
# Start over: erase /usr/ports/ and /home/_portzap/ports/.
# This command is delegated to the '_portzap' user.
$ portzap erase
# Install /home/_portzap/ports/ into /usr/ports/.
# This command requires root privileges.
# portzap install

View file

@ -31,6 +31,13 @@ Pull updates into /home/_portzap/ports/.
.br
This command is delegated to the '_portzap' user.
.Pp
.Nm portzap erase
.br
Start over: erase /usr/ports/ and /home/_portzap/ports/.
.br
This command is delegated to the '_portzap' user.
.br
.Pp
.Nm portzap install
.br
Install /home/_portzap/ports/ into /usr/ports/.