From b39c81584b2bdd81c19cf3b878d3824e70ad655b Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Mon, 12 Aug 2024 06:53:00 -0300 Subject: [PATCH] Fix typos: "ports tree" => "source tree" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 647a1c5..ebe29d6 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ sourcezap is a utility that manages a local copy of the [HardenedBSD source tree](https://git.HardenedBSD.org/HardenedBSD/HardenedBSD). The copy of the source tree is maintained by members of the `_sourcezap` group, and the copy of the source tree -can be installed into `/usr/ports/` by root. +can be installed into `/usr/src/` by root. ## CLI @@ -26,7 +26,7 @@ are enforced by sourcezap and to a lesser extent by [doas(1)](https://man.openbsd.org/doas): * **sourcezap clone**
-Clone the HardenedBSD ports tree into `/home/_sourcezap/src/`
+Clone the HardenedBSD source tree into `/home/_sourcezap/src/`
* **sourcezap pull**
Pull updates into `/home/_sourcezap/src/`