From 5902c7ee9d4cd8dce97d2185dfec66fa59b99525 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sat, 11 Mar 2023 22:10:30 -0300 Subject: [PATCH] README: update --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 80b185e..b5c4171 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -### About +## About portzap is a utility for staying up to date with the [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 into the `/usr/ports` directory by root. -### Usage +## Usage -* **portzap clone**
+* `portzap clone`
This command clones HardenedBSD's ports tree into `/home/_portzap/ports`. -* **portzap pull**
+* `portzap pull`
This command pulls updates into `/home/_portzap/ports`. -* **portzap install**
+* `portzap install`
This command should be run as root.
The command installs `/home/_portzap/ports` into `/usr/ports`. -### Sources +## Sources * [Source code (git.hardenedbsd.org)](https://git.hardenedbsd.org/0x1eef/portzap) * [Source code (GitHub)](https://github.com/0x1eef/portzap)