summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrhun Parmaksız <orhun@archlinux.org>2021-06-01 02:23:38 +0300
committerGitHub <noreply@github.com>2021-06-01 02:23:38 +0300
commitddd84876b0bd91022238b0ad7c48547fc3547dbb (patch)
treec7f15988bdf5adc6ff587b19f039bf041487b022
parentad7b8bb4d83f051668efd4f23283655f7b2d7204 (diff)
parent85bdc8c821f37ce457fc7dd52e365682af2a70d9 (diff)
Merge pull request #14 from stesser/master
Add installation instructions for FreeBSD
-rw-r--r--README.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/README.md b/README.md
index 736c6bf..1681b1a 100644
--- a/README.md
+++ b/README.md
@@ -161,6 +161,33 @@ docker build -t gpg-tui .
docker run -it gpg-tui
```
+### FreeBSD
+
+All required dependencies are automatically fetched and installed independently of the installation method chosen.
+
+#### Building from source
+
+```sh
+# using a port
+cd /usr/ports/security/gpg-tui
+make install
+```
+
+```sh
+# alternative method using portmaster
+portmaster security/gpg-tui
+```
+
+#### Binary releases
+
+```sh
+# update repository catalogue (if outdated)
+pkg update
+
+# fetch and install the package
+pkg install gpg-tui
+```
+
### Manually
#### Building from source