Patch not path
authorMaran H. <maran.hidskes@gmail.com>
Fri, 16 Nov 2012 12:46:35 +0000 (13:46 +0100)
committerMaran H. <maran.hidskes@gmail.com>
Fri, 16 Nov 2012 12:46:35 +0000 (13:46 +0100)
HOWTO.md

index d76295c..1dc4081 100644 (file)
--- 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