readme: update
This commit is contained in:
parent
f73d409d20
commit
f5997e36bd
1 changed files with 7 additions and 3 deletions
10
README.md
10
README.md
|
@ -11,18 +11,22 @@ is maintained as a git repository, and portzap allows the repository to be clone
|
|||
|
||||
## Usage
|
||||
|
||||
* **portzap init** <br>
|
||||
This command should be run as root. <br>
|
||||
The command creates the `_portzap` user / group, and the directory `/home/_portzap`.
|
||||
`
|
||||
* **portzap clone** <br>
|
||||
This command should be run with a regular user account. <br>
|
||||
This command should be run by a user account that is a member of the `_portzap` group. <br>
|
||||
The command clones HardenedBSD's ports collection to `/tmp/ports`.
|
||||
|
||||
|
||||
* **portzap pull** <br>
|
||||
This command should be run with a regular user account. <br>
|
||||
This command should be run by a user account that is a member of the `_portzap` group. <br>
|
||||
The command updates an existing repository previously cloned with `portzap clone`.
|
||||
|
||||
* **portzap unpack** <br>
|
||||
This command should be run as root. <br>
|
||||
The command copies `/tmp/ports` to `/usr/ports`.
|
||||
The command copies `/home/_portzap/ports` to `/usr/ports`.
|
||||
|
||||
## Sources
|
||||
|
||||
|
|
Loading…
Reference in a new issue