aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorIan Coleman <coleman.ian@gmail.com>2015-08-16 18:58:42 +1000
committerIan Coleman <coleman.ian@gmail.com>2015-08-16 19:03:05 +1000
commitab78acc683cf497b1b910e85fbbb77703401da6d (patch)
treed25b935649cc109f01066f7f7686202c86a7109b /readme.md
parentc90c680e13cc1c51f53479ed9427ca60c5ec5a0c (diff)
downloadBIP39-ab78acc683cf497b1b910e85fbbb77703401da6d.tar.gz
BIP39-ab78acc683cf497b1b910e85fbbb77703401da6d.tar.zst
BIP39-ab78acc683cf497b1b910e85fbbb77703401da6d.zip
compile.py generates bip39-standalone.html
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 5ef4a4f..210703b 100644
--- a/readme.md
+++ b/readme.md
@@ -12,6 +12,8 @@ Download `bip39-standalone.html`
12 12
13Open the file in a browser by double clicking it. 13Open the file in a browser by double clicking it.
14 14
15This can be compiled from source using the command `python compile.py`
16
15## Usage 17## Usage
16 18
17Enter your BIP39 phrase into the 'BIP39 Phrase' field, or press 19Enter your BIP39 phrase into the 'BIP39 Phrase' field, or press
@@ -25,3 +27,10 @@ Toggle columns to blank to easily copy/paste a single column of data, eg to
25import private keys into a wallet or supply someone with a list of addresses. 27import private keys into a wallet or supply someone with a list of addresses.
26 28
27The BIP32 keys can be used at [bip32.org](https://bip32.org) if desired. 29The BIP32 keys can be used at [bip32.org](https://bip32.org) if desired.
30
31## Making changes
32
33Please do not make modifications to `bip39-standalone.html`, since they will
34be overwritten by `compile.py`.
35
36Make changes in `src/*` and apply them using the command `python compile.py`