README: update

This commit is contained in:
0x1eef 2023-03-11 22:10:30 -03:00
parent ee2fda503c
commit 5902c7ee9d

View file

@ -1,4 +1,4 @@
### About ## About
portzap is a utility for staying up to date with the portzap is a utility for staying up to date with the
[HardenedBSD ports tree](https://hardenedbsd.org). [HardenedBSD ports tree](https://hardenedbsd.org).
@ -7,19 +7,19 @@ The transient copy can be created, and updated by an unprivileged user account
who is a member of the `_portzap` group. The transient copy can then be installed who is a member of the `_portzap` group. The transient copy can then be installed
into the `/usr/ports` directory by root. into the `/usr/ports` directory by root.
### Usage ## Usage
* **portzap clone** <br> * `portzap clone` <br>
This command clones HardenedBSD's ports tree into `/home/_portzap/ports`. This command clones HardenedBSD's ports tree into `/home/_portzap/ports`.
* **portzap pull** <br> * `portzap pull` <br>
This command pulls updates into `/home/_portzap/ports`. This command pulls updates into `/home/_portzap/ports`.
* **portzap install** <br> * `portzap install` <br>
This command should be run as root. <br> This command should be run as root. <br>
The command installs `/home/_portzap/ports` into `/usr/ports`. The command installs `/home/_portzap/ports` into `/usr/ports`.
### Sources ## Sources
* [Source code (git.hardenedbsd.org)](https://git.hardenedbsd.org/0x1eef/portzap) * [Source code (git.hardenedbsd.org)](https://git.hardenedbsd.org/0x1eef/portzap)
* [Source code (GitHub)](https://github.com/0x1eef/portzap) * [Source code (GitHub)](https://github.com/0x1eef/portzap)