summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authororhun <orhun@archlinux.org>2021-06-03 17:10:08 +0300
committerorhun <orhun@archlinux.org>2021-06-03 17:10:08 +0300
commitd7e736d1feb85c03ce96a4d96193f1c37b131c84 (patch)
treef41825f35bbba7fc8c6bae9a735c2834d504b44e /README.md
parentc8f29e376501f212ddbc16b844ceaf42bc8f62d8 (diff)
docs: Update README.md about Docker alias
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index d61c984..246ea4f 100644
--- a/README.md
+++ b/README.md
@@ -169,6 +169,12 @@ See available [tags](https://hub.docker.com/r/orhunp/gpg-tui/tags).
docker pull orhunp/gpg-tui:[tag]
```
+You can also use the following alias for a quick launch:
+
+```sh
+alias gpg-tui='docker run -it -v "$HOME/.gnupg":/root/.gnupg orhunp/gpg-tui'
+```
+
#### Using the Dockerfile
```sh