From eb73c41ed22e86f36361ffe4ebd9bec3a669aaa2 Mon Sep 17 00:00:00 2001 From: Staubgeborener Date: Thu, 2 May 2024 10:44:10 +0200 Subject: [PATCH] fix markdown --- docs/installation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 8c2f4f2..189e4b6 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -34,7 +34,8 @@ Copy the new token, you will need this later. ## Download Klipper-Backup ```shell -curl -fsSL https://raw.githubusercontent.com/Staubgeborener/klipper-backup/download/get-klipper-backup.sh | bash``` +curl -fsSL https://raw.githubusercontent.com/Staubgeborener/klipper-backup/download/get-klipper-backup.sh | bash +``` ## Run installation After the download you can start the installation manually with `~/klipper-backup/install.sh`.