From 579250c5a8236c41c4d729be8043d49ff138abcb Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 30 Apr 2018 20:58:19 -0600 Subject: [PATCH] add webapp install instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 381fdc5..c145ebf 100644 --- a/README.md +++ b/README.md @@ -173,3 +173,11 @@ The window is set to +/- 1, meaning each token is valid for a total of 90 second (-30 seconds, +0 seconds, and +30 seconds) to account for time drift (which should be very rare for mobile devices) and humans who are handicapped or otherwise struggle with quick fine motor skills (like my grandma). + + +Install WebApp +-------------- + +```bash +git clone --depth 1 https://git.coolaj86.com/coolaj86/browser-authenticator.js.git +```