Browse Source

Update INSTALL.md

Correcting order of instructions to ensure that `jmvenv` is created within the joinmarket-clientserver folder.
master
Daniel McNally 8 years ago committed by GitHub
parent
commit
1da304f507
  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