diff options
author | Christian Segundo | 2023-03-20 00:03:26 +0100 |
---|---|---|
committer | GitHub | 2023-03-20 00:03:26 +0100 |
commit | fe6cd92aaadebbca34ee16c40b7026747f461726 (patch) | |
tree | 498a0158855a87f6cb4afb06c18054c309bfe17e | |
parent | 47aec202d992c8b2ab5d5b999bb82925a7a45350 (diff) | |
download | awscli-plugin-passtotp-fe6cd92aaadebbca34ee16c40b7026747f461726.tar.gz |
Update 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 |