Added instructions for running a local webserver

This commit is contained in:
Douglas Muth 2017-02-18 16:38:40 -05:00
parent ea0761fb1f
commit 3116513283

View file

@ -221,6 +221,11 @@ Yep! You can grab a copy at <a href="https://github.com/dmuth/diceware">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.
</p>
If you do want to run Diceware locally, just download the source and run a webserver in Python with
this command: <tt style="background-color: #dddddd; ">python -m SimpleHTTPServer 8000</tt>. You will then able to access DiceWare at
<a href="http://localhost:8000/">http://localhost:8000/</a>.
<a name="wordlist"></a>