From 31165132836bb59eb7eeebebe54489fc134879af Mon Sep 17 00:00:00 2001 From: Douglas Muth Date: Sat, 18 Feb 2017 16:38:40 -0500 Subject: [PATCH] Added instructions for running a local webserver --- index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.html b/index.html index 62a5b74..ba5afe2 100644 --- a/index.html +++ b/index.html @@ -221,6 +221,11 @@ Yep! You can grab a copy at https:/ In fact, if you are nervous about generating a password on a website (even though the password is actually generated by Javascript in your browser), I would encourage you to download the source and run it locally. +

+ +If you do want to run Diceware locally, just download the source and run a webserver in Python with +this command: python -m SimpleHTTPServer 8000. You will then able to access DiceWare at +
http://localhost:8000/.