This commit is contained in:
0x1eef 2024-05-11 19:40:06 -03:00
parent 0e46aeb12c
commit 73fbf5b8dc

View file

@ -13,26 +13,26 @@ can be installed into `/usr/src/` by root.
This command should be run after installing srczap for This command should be run after installing srczap for
the first time: the first time:
# Add the srczap user, group and home directory. # Add the srczap user, group and home directory
# This command requires root privileges. # This command requires root privileges
# setup-srczap # setup-srczap
### CLI: srczap ### CLI: srczap
# Clone the HardenedBSD source tree into /home/_srczap/src/. # Clone the HardenedBSD source tree into /home/_srczap/src/
# This command is delegated to the '_srczap' user. # This command is delegated to the '_srczap' user
$ srczap clone $ srczap clone
# Pull updates into /home/_srczap/src/. # Pull updates into /home/_srczap/src/
# This command is delegated to the '_srczap' user. # This command is delegated to the '_srczap' user
$ srczap pull $ srczap pull
# Install /home/_srczap/src/ into /usr/src/. # Install /home/_srczap/src/ into /usr/src/
# This command requires root privileges. # This command requires root privileges
# srczap install # srczap install
# Start over: erase /usr/src/ and /home/_srczap/src/. # Start over: erase /usr/src/ and /home/_srczap/src/
# This command requires root privileges. # This command requires root privileges
$ srczap erase $ srczap erase