From 542b826304eb992ee9986ff8fb8d116d31c5c75a Mon Sep 17 00:00:00 2001 From: David Parrish Date: Tue, 8 Feb 2022 16:34:47 -0500 Subject: [PATCH] Minor documentation changes --- README.md | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4a9d434e..434e97d61 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Alternative to this "quickstart": follow the [install guide](docs/INSTALL.md). ### More installation guides * [Installation on Windows](docs/INSTALL.md#installation-on-windows). -* [Installation with Docker.](docs/INSTALL.md#docker-installation) +* [Installation with Docker](docs/INSTALL.md#docker-installation) * [Installation guide for RaspiBlitz](https://github.com/openoms/bitcoin-tutorials/blob/master/joinmarket/README.md). * [Installation guide for RaspiBolt](https://github.com/kristapsk/raspibolt-extras/blob/master/joinmarket.md). * [Installation guide for Qubes+Whonix](https://github.com/qubenix/qubes-whonix-bitcoin/blob/master/1_joinmarket.md). diff --git a/install.sh b/install.sh index 140d71655..2d326acf3 100755 --- a/install.sh +++ b/install.sh @@ -392,10 +392,10 @@ Options: --develop code remains editable in place (currently always enabled) --disable-os-deps-check skip OS package manager's dependency check --disable-secp-check do not run libsecp256k1 tests (default is to run them) +--docker-install system wide install as root for minimal Docker installs --python, -p python version (only python3 versions are supported) --with-qt build the Qt GUI --without-qt don't build the Qt GUI ---docker-install system wide install as root for minimal Docker installs " return 1 ;;