From 2e6fd3efbab1c55a311b5865a9c7244bbd6751ab Mon Sep 17 00:00:00 2001 From: openoms <43343391+openoms@users.noreply.github.com> Date: Mon, 23 Dec 2019 00:14:42 +0100 Subject: [PATCH] joinmarket: remove separate commands for merged dependencies --- joinmarket/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/joinmarket/README.md b/joinmarket/README.md index 39d69b1..ab088a2 100644 --- a/joinmarket/README.md +++ b/joinmarket/README.md @@ -37,9 +37,7 @@ Activate the wallet of bitcoind cd joinmarket-clientserver # latest release: https://github.com/JoinMarket-Org/joinmarket-clientserver/releases git reset --hard v0.6.1 - sudo apt install -y libltdl-dev libssl-dev # needed for Armbian - ./install.sh - # do not install QT-dependencies - running headless on the RPi + ./install.sh --without-qt ``` * Activate the virtual environment to see the prompt: `(jmvenv) $`