README:update
This commit is contained in:
parent
8763cd2b82
commit
a93615229d
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -20,6 +20,17 @@ into the `/usr/ports/` directory by root.
|
||||||
The command installs `/home/_portzap/ports/` into `/usr/ports/`. <br>
|
The command installs `/home/_portzap/ports/` into `/usr/ports/`. <br>
|
||||||
After the first installation, future installations try to save time by being incremental.
|
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
|
## Sources
|
||||||
|
|
||||||
* [Source code (git.hardenedbsd.org)](https://git.hardenedbsd.org/0x1eef/portzap)
|
* [Source code (git.hardenedbsd.org)](https://git.hardenedbsd.org/0x1eef/portzap)
|
||||||
|
|
Loading…
Reference in a new issue