From fbb1c5367f64aa56012b5b1bc778b6b1f0fe7775 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Wed, 9 Apr 2025 17:36:16 -0600 Subject: [PATCH] Update installation.rst --- docs/chapters/installation.rst | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/docs/chapters/installation.rst b/docs/chapters/installation.rst index c083919f..4ed64a36 100644 --- a/docs/chapters/installation.rst +++ b/docs/chapters/installation.rst @@ -1,10 +1,10 @@ Installation ============ Bastille is available in the official FreeBSD ports tree at -`sysutils/bastille`. Binary packages are available in `quarterly` and `latest` +:code:`sysutils/bastille`. Binary packages are available in quarterly and latest repositories. -Current version is `0.13.20250126`. +Current version is :code:`0.13.20250126`. To install from the FreeBSD package repository: @@ -19,8 +19,6 @@ pkg pkg install bastille sysrc bastille_enable=YES - sysrc bastille_rcorder=YES - To install from source (don't worry, no compiling): @@ -31,8 +29,6 @@ ports make -C /usr/ports/sysutils/bastille install clean sysrc bastille_enable=YES - sysrc bastille_rcorder=YES - git --- @@ -43,13 +39,12 @@ git cd bastille make install sysrc bastille_enable=YES - sysrc bastille_rcorder=YES This method will install the latest files from GitHub directly onto your system. It is verbose about the files it installs (for later removal), and also -has a `make uninstall` target. You may need to manually copy the `.sample` +has a :code:`make uninstall` target. You may need to manually copy the sample config into place before Bastille will run. (ie; -`/usr/local/etc/bastille/bastille.conf.sample`) +:code:`/usr/local/etc/bastille/bastille.conf.sample`) Note: installing using this method overwrites the version variable to match that of the source revision commit hash.