README:update

This commit is contained in:
0x1eef 2023-03-19 16:03:04 -03:00
parent 8763cd2b82
commit a93615229d

View file

@ -20,6 +20,17 @@ into the `/usr/ports/` directory by root.
The command installs `/home/_portzap/ports/` into `/usr/ports/`. <br>
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)