From 6fd99201a66e3c38cc5cda34785a38598dbb4f0c Mon Sep 17 00:00:00 2001 From: meteyou Date: Sun, 3 Dec 2023 21:02:14 +0000 Subject: [PATCH] GITBOOK-171: change request with no subject merged in GitBook --- setup/installation/manual-setup.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/setup/installation/manual-setup.md b/setup/installation/manual-setup.md index 25d69b8..8ec84e6 100644 --- a/setup/installation/manual-setup.md +++ b/setup/installation/manual-setup.md @@ -1,3 +1,10 @@ +--- +description: >- + This page contains step-by-step instructions on how to manually install + Mainsail on a Raspberry Pi. Manual installation is slightly more complex than + using a pre-built image, but more flexible. +--- + # Manual setup ## Operating System @@ -6,6 +13,10 @@ Please do **not** use an OctoPi image, as it can cause unforeseen (avoidable) problems. {% endhint %} +{% hint style="warning" %} +_Please check and modify the username, if you do not use the user pi, you have to replace it in each path and in the variable User in the service files._ +{% endhint %} + {% hint style="info" %} Don’t forget to enable SSH and configure a network if using Wi-Fi. {% endhint %}