From 3b1f3ca1d6f1f6fe376943a82f15b62d9458c273 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Wed, 17 Apr 2024 14:22:46 -0300 Subject: [PATCH] Docs: update --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 02c4988..f7c0890 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,17 @@ portzap is a utility that manages a local copy of the ## Install +**Port** + +portzap is available +[as a hardenedbsd port](https://git.hardenedbsd.org/hardenedbsd/ports/-/tree/hardenedbsd/main/hardenedbsd/portzap).
+`pkg install portzap` should work too but expect slower updates. + +**Source** + +The most recent version of portzap can be installed directly +via git: + $ git clone https://github.com/0x1eef/portzap.git $ cd portzap # make install @@ -43,8 +54,8 @@ portzap is a utility that manages a local copy of the ## Requirements -* [doas](https://man.openbsd.org/doas)
- pkg install doas +* [doas](https://man.openbsd.org/doas) (`pkg install doas`) +* [git](https://www.man7.org/linux/man-pages/man1/git.1.html) (`pkg install git`) ## Sources