summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun <orhun@archlinux.org>2021-06-03 01:47:21 +0300
committerorhun <orhun@archlinux.org>2021-06-03 01:47:21 +0300
commit4590e8afd16e9d5efe093d098694fc8d1fc8b353 (patch)
tree35594f1ed5c2fb41613ccd58820c44e630893b39
parentbcd0ebc8fd68c77d429fa4941e801c21f4f34b35 (diff)
docs: Add NetBSD instructions to README.md
-rw-r--r--README.md28
1 files changed, 24 insertions, 4 deletions
diff --git a/README.md b/README.md
index f80eaac..f119771 100644
--- a/README.md
+++ b/README.md
@@ -42,8 +42,11 @@ It aims to ease the key management operations such as listing/exporting/signing
- [FreeBSD](#freebsd)
- [Building from source](#building-from-source)
- [Binary releases](#binary-releases)
- - [Manually](#manually)
+ - [NetBSD](#netbsd)
+ - [Install using the package manager](#install-using-the-package-manager)
- [Building from source](#building-from-source-1)
+ - [Manually](#manually)
+ - [Building from source](#building-from-source-2)
- [Binary releases](#binary-releases-1)
- [Usage](#usage)
- [Key Bindings](#key-bindings)
@@ -206,6 +209,23 @@ pkg update
pkg install gpg-tui
```
+### NetBSD
+
+**gpg-tui** is available from the main [pkgsrc branch](https://pkgsrc.se/security/gpg-tui).
+
+#### Install using the package manager
+
+```sh
+pkgin install gpg-tui
+```
+
+#### Building from source
+
+```sh
+cd /usr/pkgsrc/security/gpg-tui
+make install
+```
+
### Manually
#### Building from source
@@ -304,7 +324,7 @@ The level of detail that an individual table row shows is determined by [detail
```
[sc--] rsa3072/B14085A20355B74DE0CE0FA1E19F76D037BD65B6 │ [u] Example Key <example@key>
| └─(2021-05-14) │ └─[u] Other User ID <example@key>
-[--e-] rsa3072/E56CAC142AE5A979BEECB00FB4F68595CAD4E7E5 │
+[--e-] rsa3072/E56CAC142AE5A979BEECB00FB4F68595CAD4E7E5 │
└─(2021-05-14)
```
@@ -492,7 +512,7 @@ Also you can switch between command mode and search by pressing `Tab`.
#### List
-Available keys in the keyring are listed on a table as default. They can be [scrolled](#scrolling) or the listing type (public/secret keys) can be changed by changing the tab via arrow keys.
+Available keys in the keyring are listed on a table as default. They can be [scrolled](#scrolling) or the listing type (public/secret keys) can be changed by changing the tab via arrow keys.
See the [approach](#approach) section for more information about the meaning of the table rows.
@@ -558,7 +578,7 @@ Press `Backspace` followed by `y` (for confirmation) to delete the selected key
Press `Ctrl-y` for refreshing the keyring.
-This feature uses `gpg` fallback and runs `gpg --refresh-keys` command.
+This feature uses `gpg` fallback and runs `gpg --refresh-keys` command.
![](demo/gpg-tui-refresh_keys.gif)