Update docs
This commit is contained in:
parent
50d648f06a
commit
135c64e643
2 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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/.
|
||||
|
|
Loading…
Reference in a new issue