X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=readme.md;h=65235e00faeaffe4256b5d4c4dea2708760736fc;hb=4566751b89d40f20aea29a2b0a59a3060dd2f324;hp=b22d4e37bf4aea39b9a00b049e282cd95f31b9a4;hpb=0460b53f3aff1745fd2727c094d12f90cfbe1d10;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git 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/ ## 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