Update klipper_repos.txt.example

Added example for ssh repository
This commit is contained in:
Fabio Viappiani
2023-03-31 11:08:33 +02:00
committed by GitHub
parent 933555883a
commit 2bbd62da24

View File

@@ -11,8 +11,11 @@
# If you omit a branch, it will always default to 'master'
#
# You are allowed to omit the 'https://github.com/' part of the repository URL
# If the repository name starts with 'git@github.com:' SSH will be the method of cloning
# Down below are now a few examples of what is considered as valid:
https://github.com/Klipper3d/klipper,master
https://github.com/Klipper3d/klipper
Klipper3d/klipper,master
Klipper3d/klipper
git@github.com:Klipper3d/klipper,master
git@github.com:Klipper3d/klipper