From 547969597a144966415bd22e37e4e7c43318f018 Mon Sep 17 00:00:00 2001 From: Marnix <93143998+MarnixCroes@users.noreply.github.com> Date: Sun, 22 Jan 2023 11:21:00 +0100 Subject: [PATCH] docs(install): add RaspiBolt (#40) --- docs/software/installation.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/software/installation.md b/docs/software/installation.md index d860a77..54cadab 100644 --- a/docs/software/installation.md +++ b/docs/software/installation.md @@ -4,12 +4,16 @@ Jam comes packaged with the following full-node solutions: - [Umbrel](#with-umbrel) - [Citadel](#with-citadel) -- [Raspiblitz](#with-raspiblitz) +- [RaspiBlitz](#with-raspiblitz) - [MyNode](#with-mynode) - [Start9](#with-start9) +- [RaspiBolt](#with-raspibolt) You should be able to install Jam with one click if you are running any of the -above. You can also do a [manual installation](#manual-installation). +above. +Except for RaspiBlitz and RaspiBolt, where you'll need to use the command line. + +You can also do a [manual installation](#manual-installation). --- @@ -47,7 +51,7 @@ Jam can be installed directly from the [Citadel](https://runcitadel.space/) app If you are asked to enter a username and password after installation, enter "citadel" as the username and the password that Citadel provides for you. -### ...with Raspiblitz +### ...with RaspiBlitz You can install Jam via the command line in RaspiBlitz v1.7.2 and up. To install it, exit the Raspiblitz menu and run: @@ -85,6 +89,10 @@ Jam can be installed directly from the [Start9](https://start9.com/) Marketplace - Click install - Done! +### ...with RaspiBolt + +See the RaspiBolt [guide](https://raspibolt.org/guide/bonus/bitcoin/Jam.html) for detailed instructions. + --- ## Manual Installation