Skip to content

Commit bdce331

Browse files
committed
Fix #318
1 parent c141071 commit bdce331

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,17 @@ If [keybase](https://keybase.io/) is available in the path it will also verify t
103103

104104
You can opt-in to using GnuPG tools for PGP signature verification if keybase is not available:
105105

106+
Where `TFENV_INSTALL_DIR` is for example, `~/.tfenv` or `/usr/local/Cellar/tfenv/<version>`
107+
106108
```console
107-
$ echo 'trust-tfenv: yes' > ~/.tfenv/use-gpgv
109+
$ echo 'trust-tfenv: yes' > ${TFENV_INSTALL_DIR}/use-gpgv
108110
$ tfenv install
109111
```
110112

111113
The `trust-tfenv` directive means that verification uses a copy of the
112114
Hashicorp OpenPGP key found in the tfenv repository. Skipping that directive
113115
means that the Hashicorp key must be in the existing default trusted keys.
114-
Use the file `~/.tfenv/use-gnupg` to instead invoke the full `gpg` tool and
116+
Use the file `${TFENV_INSTALL_DIR}/use-gnupg` to instead invoke the full `gpg` tool and
115117
see web-of-trust status; beware that a lack of trust path will not cause a
116118
validation failure.
117119

0 commit comments

Comments
 (0)