s/markdown/rst/ - oops

This commit is contained in:
Christer Edwards
2019-11-20 19:24:11 -07:00
parent c2cb31decd
commit 3b97572acf
2 changed files with 12 additions and 9 deletions

View File

@@ -14,14 +14,17 @@ To install from the FreeBSD package repository:
PKG
---
```shell
pkg install bastille
```
.. code-block:: shell
pkg install bastille
To install from source (don't worry, no compiling):
ports
-----
```shell
make -C /usr/ports/sysutils/bastille install clean
```
.. code-block:: shell
make -C /usr/ports/sysutils/bastille install clean