Match README.md (sourcezap.8)

This commit is contained in:
0x1eef 2024-05-12 00:06:01 -03:00
parent 32a6d7a369
commit 7d90c2ca99

View file

@ -26,46 +26,46 @@ can be installed into /usr/src/ by root.
.sp .sp
.Nm sourcezap clone .Nm sourcezap clone
.br .br
Clone the HardenedBSD source tree into /home/_sourcezap/src/. Clone the HardenedBSD source tree into /home/_sourcezap/src/
.br .br
This command is delegated to the '_sourcezap' user. This command is delegated to the '_sourcezap' user
.Pp .Pp
.Nm sourcezap pull .Nm sourcezap pull
.br .br
Pull updates into /home/_sourcezap/src/. Pull updates into /home/_sourcezap/src/
.br .br
This command is delegated to the '_sourcezap' user. This command is delegated to the '_sourcezap' user
.Pp .Pp
.Nm sourcezap checkout .Nm sourcezap checkout
.br .br
Checkout a branch other than the default: hardened/14-stable/master. Checkout a branch other than the default: hardened/14-stable/master
.br .br
This command is delegated to the '_sourcezap' user. This command is delegated to the '_sourcezap' user
.Pp .Pp
.Nm sourcezap install .Nm sourcezap install
.br .br
Install /home/_sourcezap/src/ into /usr/src/. Install /home/_sourcezap/src/ into /usr/src/
.br .br
This command requires root privileges. This command requires root privileges
.Pp .Pp
.Nm sourcezap rm .Nm sourcezap rm
.br .br
Remove the contents of /usr/src/ and /home/_sourcezap/src/. Remove the contents of /usr/src/ and /home/_sourcezap/src/
.br .br
This command requires root privileges. This command requires root privileges
.br .br
.Sh ENVIRONMENT .Sh ENVIRONMENT
.sp .sp
.sp .sp
.Nm SOURCEZAP_CLONEURL .Nm SOURCEZAP_CLONEURL
.br .br
The URL to a git repository. The URL of a git repository
.br .br
Default: https://git.HardenedBSD.org/HardenedBSD/HardenedBSD.git/ Default: https://git.HardenedBSD.org/HardenedBSD/HardenedBSD.git/
.sp .sp
.Nm SOURCEZAP_INSTALLDIR .Nm SOURCEZAP_INSTALLDIR
.br .br
The directory where the ports collection will be installed. The directory where the ports collection will be installed
.br .br
Default: /usr/src/ Default: /usr/src/
.sp .sp