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 .
This commit is contained in:
Marcelo Bello
2023-03-09 11:02:15 -03:00
committed by GitHub
parent 9263f3a912
commit de56c25dca

View File

@@ -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