From a93615229d5883810abad3603c686424bb8a392c Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sun, 19 Mar 2023 16:03:04 -0300 Subject: [PATCH] README:update --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index e6d7085..6913c7f 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,17 @@ into the `/usr/ports/` directory by root. The command installs `/home/_portzap/ports/` into `/usr/ports/`.
After the first installation, future installations try to save time by being incremental. +## Install + +Git installation: + +``` +git clone https://git.hardenedbsd.org/0x1eef/portzap.git +cd portzap +cp -R bin /usr/local/ +cp -R libexec /usr/local/ +``` + ## Sources * [Source code (git.hardenedbsd.org)](https://git.hardenedbsd.org/0x1eef/portzap)