aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index b22d4e3..65235e0 100644
--- a/readme.md
+++ b/readme.md
@@ -8,7 +8,8 @@ https://iancoleman.io/bip39/
8 8
9## Standalone offline version 9## Standalone offline version
10 10
11Download `bip39-standalone.html` 11Download `bip39-standalone.html` from
12[the releases](https://github.com/iancoleman/bip39/releases).
12 13
13Open the file in a browser by double clicking it. 14Open the file in a browser by double clicking it.
14 15
@@ -74,6 +75,9 @@ Before running tests, the site must be served at http://localhost:8000.
74``` 75```
75$ cd /path/to/bip39/src 76$ cd /path/to/bip39/src
76$ python -m http.server 77$ python -m http.server
78
79or for python2
80$ python -m SimpleHTTPServer
77``` 81```
78 82
79Run tests from the command-line 83Run tests from the command-line