From: Bryan Stitt Date: Sat, 5 Jan 2013 06:28:40 +0000 (-0800) Subject: Update README.md X-Git-Url: https://git.novaco.in/?p=electrum-server.git;a=commitdiff_plain;h=83cad9e12e9e485821952348d06dff417857d75a Update README.md jsonrpc moved from google to github --- diff --git a/README.md b/README.md index 21476f1..53a1599 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Installation ------------ 1. Install [bitcoin-abe](https://github.com/jtobey/bitcoin-abe). - 2. Install [jsonrpclib](https://code.google.com/p/jsonrpclib/). + 2. Install [jsonrpclib](https://github.com/joshmarshall/jsonrpclib). 3. Launch the server: `nohup python -u server.py > /var/log/electrum.log &` or use the included `start` script.