From 1da304f507eeebfa005f9b28c53fbaf56033c000 Mon Sep 17 00:00:00 2001 From: Daniel McNally Date: Mon, 25 Sep 2017 12:51:09 -0400 Subject: [PATCH] Update INSTALL.md Correcting order of instructions to ensure that `jmvenv` is created within the joinmarket-clientserver folder. --- docs/INSTALL.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 7b05fc6..6f41c11 100644 --- a/docs/INSTALL.md +++ b/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: