aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index aa9e27a..8f981f9 100644
--- a/README.rst
+++ b/README.rst
@@ -9,3 +9,8 @@ keytree.py
(recommended). If you instead do a normal pip install and use
``keytree.py`` (without ``./`` prefix), it will use the latest deps fetched
by pip.
+- You can also load the mnemonic from an existing JSON keystore file (generated
+ by the official AVAX Wallet): ``./keytree.py --from-avax-keystore``.
+- To see all private keys and the mnemonic word, use ``--show-private`` (only
+ use it after you look around and ensure there is no one else looking at your
+ screen).