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 The most recent version of portzap can be installed directly
via git: 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 user@localhost$ cd portzap
root@localhost# make install root@localhost# make install
root@localhost# setup-portzap root@localhost# setup-portzap
@ -70,8 +70,8 @@ via git:
## Requirements ## Requirements
* [doas](https://man.openbsd.org/doas) (`pkg install doas`) * [doas](https://man.openbsd.org/doas)
* [git](https://www.man7.org/linux/man-pages/man1/git.1.html) (`pkg install git`) * [git](https://www.man7.org/linux/man-pages/man1/git.1.html)
## Sources ## Sources

View file

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