tTypo in README - electrum-personal-server - Maximally lightweight electrum server for a single user
HTML git clone https://git.parazyd.org/electrum-personal-server
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit 6b8adab72ce32e7a870a89532c3550b33ef6c943
DIR parent bbe4c69032bc89e43f4f6dc32e0e090beeb6188e
HTML Author: chris-belcher <chris-belcher@users.noreply.github.com>
Date: Thu, 5 Dec 2019 19:17:50 +0000
Typo in README
Diffstat:
M README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/README.md b/README.md
t@@ -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`.