From 28b42c743297aff016fa6c020c3676a6f61979b1 Mon Sep 17 00:00:00 2001 From: tecnovert Date: Fri, 1 Jan 2021 18:03:05 +0200 Subject: [PATCH] Fix notes. --- doc/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install.md b/doc/install.md index 31361a6..b3f1135 100644 --- a/doc/install.md +++ b/doc/install.md @@ -112,7 +112,7 @@ It may take a few minutes to start as the coin daemons are started before the ht Start after installed: $ export SWAP_DATADIR=/Users/$USER/coinswaps - $ python3 -m venv "$SWAP_DATADIR/venv" + $ . $SWAP_DATADIR/venv/bin/activate && python -V $ basicswap-run --datadir=$SWAP_DATADIR