From fca5d702285c55944d9b0269adbe7e4bef39465c Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sat, 1 Jun 2024 05:27:11 -0300 Subject: [PATCH] Update docs --- README.md | 6 +++--- man/man8/portzap.8 | 15 +++++---------- 2 files changed, 8 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 6d4196c..7e1e1e3 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/man/man8/portzap.8 b/man/man8/portzap.8 index 8fd59a8..ac5d243 100644 --- a/man/man8/portzap.8 +++ b/man/man8/portzap.8 @@ -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.