From: Maran H. Date: Fri, 16 Nov 2012 12:46:35 +0000 (+0100) Subject: Patch not path X-Git-Url: https://git.novaco.in/?p=electrum-server.git;a=commitdiff_plain;h=ecef9cdc50eb74eb729371dcfb139382113cf868;hp=097d62838e866ea1674549b3a17658982345d34b Patch not path --- diff --git a/HOWTO.md b/HOWTO.md index d76295c..1dc4081 100644 --- a/HOWTO.md +++ b/HOWTO.md @@ -97,7 +97,7 @@ build from Git and also patch it with an electrum specific patch. $ cd src && git clone git://github.com/bitcoin/bitcoin.git $ cd bitcoin - $ patch -p2 < ~/src/electrum/server/patch/path + $ patch -p2 < ~/src/electrum/server/patch/patch $ cd src && make -f makefile.unix ### Step 3. Configure and start bitcoind