From a2c4f1d4625184c6dd0e9acb79dadde66045184d Mon Sep 17 00:00:00 2001 From: Staubgeborener Date: Sat, 30 Nov 2024 10:27:49 +0100 Subject: [PATCH] Update installation.md --- docs/installation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 808c4a4..bfe5641 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -40,7 +40,8 @@ The most important part in the next window is here to give the repository a name Copy the new token, you will need this later. ## Installation -**There are two variants at this point**. Whatever you choose, the installation script guides you through the essential steps. Have your [GitHub token](installation.md#create-github-token) ready for this. You can decide during the installation whether you want to install some features like [backup on boot](automation.md#backup-on-boot), [backup on file changes](automation.md#backup-on-file-changes), or even add the [moonraker entry](updating.md#moonraker-update-manager), etc (this can also be done afterwards). +**There are two ways at this point**. +Whatever you choose, the installation script guides you through the essential steps. Have your [GitHub token](installation.md#create-github-token) ready for this. You can decide during the installation whether you want to install some features like [backup on boot](automation.md#backup-on-boot), [backup on file changes](automation.md#backup-on-file-changes), or even add the [moonraker entry](updating.md#moonraker-update-manager), etc (this can also be done afterwards). ### 1. Native **Download:** @@ -61,4 +62,5 @@ curl -fsSL get.klipperbackup.xyz | bash ![kiauh-install](./images/kiauh_install.gif) +### Jump to configuration [Now edit your `.env` file](configuration.md).