]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - readme.md
Merge pull request #352 from PavlosTze/bsv-rpd-monkey-arya
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / readme.md
index b22d4e37bf4aea39b9a00b049e282cd95f31b9a4..65235e00faeaffe4256b5d4c4dea2708760736fc 100644 (file)
--- a/readme.md
+++ b/readme.md
@@ -8,7 +8,8 @@ https://iancoleman.io/bip39/
 
 ## Standalone offline version
 
-Download `bip39-standalone.html`
+Download `bip39-standalone.html` from
+[the releases](https://github.com/iancoleman/bip39/releases).
 
 Open the file in a browser by double clicking it.
 
@@ -74,6 +75,9 @@ Before running tests, the site must be served at http://localhost:8000.
 ```
 $ cd /path/to/bip39/src
 $ python -m http.server
+
+or for python2
+$ python -m SimpleHTTPServer
 ```
 
 Run tests from the command-line