README: update
This commit is contained in:
parent
88b540da9a
commit
6e82b6404b
1 changed files with 5 additions and 8 deletions
13
README.md
13
README.md
|
@ -5,24 +5,21 @@ HardenedBSD ports tree. It's designed to make it easy
|
||||||
for unprivileged users who are members of the `_portzap`
|
for unprivileged users who are members of the `_portzap`
|
||||||
group to create and update a transient copy of the ports
|
group to create and update a transient copy of the ports
|
||||||
tree, which can then be installed into the `/usr/ports/`
|
tree, which can then be installed into the `/usr/ports/`
|
||||||
directory by the root user.
|
directory by the root user. Once the initial installation
|
||||||
|
is done, future updates are incremental, which means that
|
||||||
Once the initial installation is done, future updates are
|
portzap will only add, remove or update ports that have
|
||||||
incremental, which means that portzap will only add, remove or
|
changed since the last update.
|
||||||
update ports that have changed since the last update.
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
* `portzap clone` <br>
|
* `portzap clone` <br>
|
||||||
Clones HardenedBSD's ports tree into `/home/_portzap/ports/`.
|
Clones the ports tree into `/home/_portzap/ports/`.
|
||||||
|
|
||||||
* `portzap pull` <br>
|
* `portzap pull` <br>
|
||||||
Pulls updates into `/home/_portzap/ports/`.
|
Pulls updates into `/home/_portzap/ports/`.
|
||||||
|
|
||||||
* `portzap install` <br>
|
* `portzap install` <br>
|
||||||
Installs `/home/_portzap/ports/` into `/usr/ports/`. <br>
|
Installs `/home/_portzap/ports/` into `/usr/ports/`. <br>
|
||||||
After the first installation, future installations try to save time
|
|
||||||
by being incremental. Must be run by the root user.
|
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue