diff --git a/README.md b/README.md index 0e72027..39359df 100644 --- a/README.md +++ b/README.md @@ -148,15 +148,14 @@ If this doesn't work, you can link the files yourself. First, change the `path` - The key used for `pass` needs to be added to Mullvad's `.gnugp` directory: - `gpg --homedir mullvad-browser/Browser/.gnupg --list-keys` (if this returns an error, kill the process it shows) - `gpg --homedir mullvad-browser/Browser/.gnupg --import /path/to/key` - - Get the ID from `gpg --homedir mullvad-browser/Browser/.gnupg --list-keys` and set the trust to "ultimate" (see code block below) + - Get the ID from `gpg --homedir mullvad-browser/Browser/.gnupg --list-keys` and set the trust to "ultimate": + ```bash + $ gpg --homedir mullvad-browser/Browser/.gnupg --edit-key your_key_id + > trust + > 5 + ``` - Restart the computer, and use Mullvad to access `pass` before accessing via the CLI -```bash -$ gpg --homedir mullvad-browser/Browser/.gnupg --edit-key your_key_id -> trust -> 5 -``` - ### Troubleshooting #### Script execution failed