From 58da217e77184e2f72bd2483b2c7cd1c64752ac9 Mon Sep 17 00:00:00 2001 From: Christer Edwards Date: Sun, 18 Nov 2018 20:37:03 -0700 Subject: [PATCH] 0.3.20181118 how to pkg BETA --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 8b5bffb1..eb815a8e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,21 @@ Bastille is a jail automation framework that allows you to quickly and easily create and manage FreeBSD jail. +Installation +------------ +Bastille is not (yet) in the official ports tree, but I have built and verified +binary packages. + +To install using one of the BETA binary packages, copy the URL for the latest release here (TXZ file): +https://github.com/bastillebsd/bastille/releases + +Then, install via `pkg` using: + +```shell +pkg add https://github.com/BastilleBSD/bastille/releases/download/0.3.20181114/bastille-0.3.20181114.txz +``` + + Basic Usage ----------- ```