commit 6b8adab72ce32e7a870a89532c3550b33ef6c943
parent bbe4c69032bc89e43f4f6dc32e0e090beeb6188e
Author: chris-belcher <chris-belcher@users.noreply.github.com>
Date: Thu, 5 Dec 2019 19:17:50 +0000
Typo in README
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -133,7 +133,7 @@ tar.gz.)
1. Add bitcoind back-end RPC auth information
1. Add wallet master public keys for your wallets
1. Install the server to your home directory with `pip3 install --user .`
-1. Make sure `~/local/bin` is in your $PATH (`echo $PATH`). If not, add it:
+1. Make sure `~/.local/bin` is in your $PATH (`echo $PATH`). If not, add it:
`echo 'PATH=$HOME/.local/bin:$PATH' >> ~/.profile`, logout, and log in again
1. Run the server: `electrum-personal-server config.ini`
1. Start your Electrum wallet: `electrum --oneserver --server localhost:50002:s`.