mirror of
https://github.com/dmuth/diceware.git
synced 2024-11-23 09:16:29 -05:00
Fix #20
This commit is contained in:
parent
e4420904ef
commit
aa00770b32
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ For more information on Diceware:
|
||||||
Yes. Feel free to clone this repo with `git clone https://github.com/dmuth/diceware.git` and run it
|
Yes. Feel free to clone this repo with `git clone https://github.com/dmuth/diceware.git` and run it
|
||||||
from a local directory on your computer.
|
from a local directory on your computer.
|
||||||
|
|
||||||
You can also set up a webserver on Mac/Linux boxes by running `python -m SimpleHTTPServer 8000`.
|
You can also set up a webserver on Mac/Linux boxes by running `python3 -m http.server 8000`.
|
||||||
You will then able to access DiceWare at http://localhost:8000/.
|
You will then able to access DiceWare at http://localhost:8000/.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue