mirror of
https://github.com/bassamanator/Sovol-SV06-firmware.git
synced 2025-11-08 21:41:15 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user