diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -8,7 +8,8 @@ https://iancoleman.io/bip39/ | |||
8 | 8 | ||
9 | ## Standalone offline version | 9 | ## Standalone offline version |
10 | 10 | ||
11 | Download `bip39-standalone.html` | 11 | Download `bip39-standalone.html` from |
12 | [the releases](https://github.com/iancoleman/bip39/releases). | ||
12 | 13 | ||
13 | Open the file in a browser by double clicking it. | 14 | Open 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 | |||
79 | or for python2 | ||
80 | $ python -m SimpleHTTPServer | ||
77 | ``` | 81 | ``` |
78 | 82 | ||
79 | Run tests from the command-line | 83 | Run tests from the command-line |