From 49f7ecf84827b91ff98460118f91077288b3bdfe Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Tue, 17 Feb 2026 08:04:38 -0700 Subject: [PATCH] Show install steps in readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5032784..3b62e15 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ This is the XigmaNAS Bastille Extension to create and manage FreeBSD Jails/Containers. +**Install** + +``` +mkdir -p /mnt/tank/extensions/bastille +cd /mnt/tank/extensions/bastille +fetch --no-verify-peer https://raw.githubusercontent.com/JRGTH/xigmanas-bastille-extension/master/bastille-init && chmod +x bastille-init && ./bastille-init && echo "=> Done!" +``` + **Credits:** Christer Edwards (cedwards) Bastille, J.M. Rivera (JRGTH) Bastille and XigmaNAS Add-on.