Update docs

This commit is contained in:
0x1eef 2024-06-01 03:58:10 -03:00
parent 14c8b04e41
commit 4e42e42950
2 changed files with 6 additions and 10 deletions

View file

@ -57,7 +57,7 @@ the first time:
The most recent version of sourcezap can be installed directly The most recent version of sourcezap can be installed directly
via git: via git:
user@localhost$ git clone https://github.com/0x1eef/sourcezap.git user@localhost$ git clone https://git.hardenedbsd.org/0x1eef/sourcezap.git
user@localhost$ cd sourcezap user@localhost$ cd sourcezap
root@localhost# make install root@localhost# make install
root@localhost# setup-sourcezap root@localhost# setup-sourcezap

View file

@ -6,15 +6,11 @@
.Nd manages a copy of the HardenedBSD source tree .Nd manages a copy of the HardenedBSD source tree
.Sh SYNOPSIS .Sh SYNOPSIS
.br .br
sourcezap clone .Nm sourcezap clone
.br .Nm sourcezap pull
sourcezap pull .Nm sourcezap checkout
.br .Nm sourcezap install
sourcezap checkout .Nm sourcezap rm
.br
sourcezap install
.br
sourcezap rm
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm sourcezap .Nm sourcezap
manages a copy of the HardenedBSD source tree. manages a copy of the HardenedBSD source tree.