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/.