Browse Source

Merge #92: Update INSTALL.md

1da304f Update INSTALL.md (Daniel McNally)
master
AdamISZ 8 years ago
parent
commit
c046888fef
No known key found for this signature in database
GPG Key ID: B3AE09F1E9A3197A
  1. 9
      docs/INSTALL.md

9
docs/INSTALL.md

@ -39,6 +39,11 @@ To install everything (client and server), install these packages:
sudo make install
cd ..
Then install this repo:
git clone https://github.com/AdamISZ/joinmarket-clientserver
cd joinmarket-clientserver
Then:
sudo pip install virtualenv
@ -47,10 +52,6 @@ Then:
**At this point you should see `(jmvenv)` at the beginning of your command prompt.**
Install this repo:
git clone https://github.com/AdamISZ/joinmarket-clientserver
cd joinmarket-clientserver
#### Installing packages to run everything in-one:

Loading…
Cancel
Save