mirror of
https://github.com/dmuth/diceware.git
synced 2024-11-21 08:26:29 -05:00
Added debugging note.
This commit is contained in:
parent
3116513283
commit
05065bbea4
1 changed files with 12 additions and 0 deletions
12
index.html
12
index.html
|
@ -227,6 +227,18 @@ If you do want to run Diceware locally, just download the source and run a webse
|
|||
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="debug"></a>
|
||||
<h3>FAQ: Is there a way to roll the dice automatically?</h3>
|
||||
|
||||
Yes, there is. Append "?debug=n" to the URL to automatically roll the dice N times.
|
||||
<p/>
|
||||
<p/>
|
||||
|
||||
Examples: <a href="?debug=4">Roll the Dice 4 times.</a>
|
||||
<a href="?debug=5">Or 5 times.</a>
|
||||
<a href="?debug=6">Or even 6 times!</a>
|
||||
<p/>
|
||||
|
||||
|
||||
<a name="wordlist"></a>
|
||||
<h3>FAQ: Can you tell me more about the list of words?</h3>
|
||||
|
|
Loading…
Reference in a new issue