diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ To enable the plugin, add this to your `~/.aws/config`: ```ini [plugins] # If using aws-cli v2 you must specify the path to where the package was installed. +# Use `pip show awscli-plugin-passtotp | grep Location:` to find the right location. cli_legacy_plugin_path = /foo/bar/lib/python3.9/site-packages/ passtotp = awscli_plugin_passtotp |