From 4d7c48f71df59f987501649c86e6d3ba30df6bfb Mon Sep 17 00:00:00 2001 From: Marcel Rath <75042654+ratheron@users.noreply.github.com> Date: Mon, 15 Jun 2026 19:02:14 +0200 Subject: [PATCH] Update clone URL in README for accessibility --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cdade87..236a415 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ pip install "crazyflow[gpu]" # GPU (Linux x86-64, CUDA 12) Developer install with editable submodules ([pixi](https://pixi.sh/) required): ```bash -git clone --recurse-submodules git@github.com:learnsyslab/crazyflow.git +git clone --recurse-submodules https://github.com/learnsyslab/crazyflow.git cd crazyflow pixi shell ```