Skip to content

Commit

Permalink
Typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-belcher committed Dec 5, 2019
1 parent bbe4c69 commit 6b8adab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 6b8adab

Please sign in to comment.