From a8e07904dadd9523c86aa61b295dba9df3c1c768 Mon Sep 17 00:00:00 2001 From: clach04 Date: Sat, 3 Oct 2020 14:49:54 -0700 Subject: [PATCH] Document prerequisites and dependencies --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 12e0d7d..16977f0 100755 --- a/README.md +++ b/README.md @@ -78,3 +78,11 @@ In order to use MFA, one needs to obtain the MFA_SECRET from Amazon account: It is assumed that MFA secured accounts are less likely to get a captcha response during login - that's why MFA might yield better results if the plain username/password didn't work for you. http://blog.loetzimmer.de/2017/10/amazon-alexa-hort-auf-die-shell-echo.html + +## Requirements + + * Bourne shell - `/bin/sh` - what these scripts are written in + * Curl - `/usr/bin/curl` - required to interact with Amazon web services + * oathtool - `/usr/bin/oathtool` - only required if using MFA/2FA + * jq - `jq` - **not** needed for `alexa_remote_control_plain.sh` version, see https://stedolan.github.io/jq/ +