Update docs

This commit is contained in:
0x1eef 2024-06-01 05:27:11 -03:00
parent 48d182813c
commit fca5d70228
2 changed files with 8 additions and 13 deletions

View file

@ -62,7 +62,7 @@ portzap is available
The most recent version of portzap can be installed directly
via git:
user@localhost$ git clone https://github.com/0x1eef/portzap.git
user@localhost$ git clone https://git.hardenedbsd.org/0x1eef/portzap.git
user@localhost$ cd portzap
root@localhost# make install
root@localhost# setup-portzap
@ -70,8 +70,8 @@ via git:
## Requirements
* [doas](https://man.openbsd.org/doas) (`pkg install doas`)
* [git](https://www.man7.org/linux/man-pages/man1/git.1.html) (`pkg install git`)
* [doas](https://man.openbsd.org/doas)
* [git](https://www.man7.org/linux/man-pages/man1/git.1.html)
## Sources

View file

@ -5,16 +5,11 @@
.Nm portzap
.Nd manages a copy of the HardenedBSD ports tree
.Sh SYNOPSIS
.br
portzap clone
.br
portzap pull
.br
portzap checkout
.br
portzap install
.br
portzap rm
.Nm portzap clone
.Nm portzap pull
.Nm portzap checkout
.Nm portzap install
.Nm portzap rm
.Sh DESCRIPTION
.Nm portzap
manages a copy of the HardenedBSD ports tree.