From de56c25dcadd12220e2273c8e62dfa2b784d872a Mon Sep 17 00:00:00 2001 From: Marcelo Bello Date: Thu, 9 Mar 2023 11:02:15 -0300 Subject: [PATCH] Change git clone style to use https / avoid permission error On a fresh raspberrypi, users may find it easier to just do: git clone -b master --single-branch https://github.com/bassamanator/Sovol-SV06-firmware.git . --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70a8bc6..f95c532 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ You can choose *either* of the 2 following methods. 1. `cd ~/printer_data/config` 2. Empty entire `~/printer_data/config` folder. Unfortunately, for safety reasons I will not post this command here. However, in linux, you can delete files via `rm filename`. -3. `git clone -b master --single-branch git@github.com:bassamanator/Sovol-SV06-firmware.git .` +3. `git clone -b master --single-branch https://github.com/bassamanator/Sovol-SV06-firmware.git .` ### Download the ZIP