From 9ae483ebb444ba00444612bd3fa13ab6bd2097a1 Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Sat, 17 May 2025 19:26:18 -0400 Subject: [PATCH] Minor adjustments to README download section. --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4c448e6..eb16619 100644 --- a/README.md +++ b/README.md @@ -166,11 +166,12 @@ Please note: 💡 Make sure `git` is installed (`sudo apt update && sudo apt install git`). -1. `cd ~/printer_data/config` -2. Empty entire `~/printer_data/config` folder. +1. `ssh` into the Klipper host. +2. `cd ~/printer_data/config` +3. Empty entire `~/printer_data/config` folder. - In linux, you can delete files via `rm fileName` and directories via `rmdir directoryName`. - In linux, you can list files and folders via `ls -lah`. -3. `git clone -b skr-mini-e3-v3 --single-branch https://github.com/bassamanator/Sovol-SV06-firmware.git .` ⚠️ Don't miss the period! +4. `git clone -b skr-mini-e3-v3 --single-branch https://github.com/bassamanator/Sovol-SV06-firmware.git .` ⚠️ Don't miss the period! #### Method 2: Download the ZIP @@ -204,7 +205,7 @@ Please note: restart_method: command ``` -3. Do a `FIRMWARE_RESTART`. +3. Do a `FIRMWARE_RESTART` in the Klipper console. If the Klipper flash that you did earlier was successful, and you've done everything else correctly, you should see no errors or warnings in the `Mainsail`/`Fluidd` dashboard. 🎉 **Your printer has been Klipperized!** 🎉