switch to https

This commit is contained in:
Jev Kuznetsov
2026-04-23 16:24:28 +02:00
parent 9a5bd2c0d4
commit 2d9896a6a5
+1 -1
View File
@@ -5,7 +5,7 @@ Minimal Cookiecutter template for python CLI tools. Python 3.12+, uv, Typer, ruf
## Usage
```bash
cruft create git@git.roxautomation.com:sjev/python-cli-template.git
cruft create https://git.roxautomation.com/sjev/python-cli-template.git
cd your-project
cat README.md
```