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: