aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index b22d4e3..269743c 100644
--- a/readme.md
+++ b/readme.md
@@ -74,6 +74,9 @@ Before running tests, the site must be served at http://localhost:8000.
74``` 74```
75$ cd /path/to/bip39/src 75$ cd /path/to/bip39/src
76$ python -m http.server 76$ python -m http.server
77
78or for python2
79$ python -m SimpleHTTPServer
77``` 80```
78 81
79Run tests from the command-line 82Run tests from the command-line