mirror of
https://github.com/dmuth/diceware.git
synced 2024-11-21 16:36:28 -05:00
Added instructions for running a local webserver
This commit is contained in:
parent
ea0761fb1f
commit
3116513283
1 changed files with 5 additions and 0 deletions
|
@ -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
|
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.
|
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>
|
<a name="wordlist"></a>
|
||||||
|
|
Loading…
Reference in a new issue