Files
hackacad/docs/chapters/installation.rst
2019-11-20 19:19:48 -07:00

28 lines
523 B
ReStructuredText

Installation
============
Bastille is available in the official FreeBSD ports tree at
`sysutils/bastille`. Binary packages available in `quarterly` and `latest`
repositories.
Current version is `0.4.20191025`.
To install from the FreeBSD package repository:
* quarterly repository may be older version
* latest repository will match recent ports
PKG
---
```shell
pkg install bastille
```
To install from source (don't worry, no compiling):
ports
-----
```shell
make -C /usr/ports/sysutils/bastille install clean
```