mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-21 17:52:01 +01:00
31 lines
550 B
ReStructuredText
31 lines
550 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
|
|
---
|
|
|
|
.. code-block:: shell
|
|
|
|
pkg install bastille
|
|
|
|
|
|
To install from source (don't worry, no compiling):
|
|
|
|
ports
|
|
-----
|
|
|
|
.. code-block:: shell
|
|
|
|
make -C /usr/ports/sysutils/bastille install clean
|