aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
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`