From 5fd75aba81ce65f97ab840ac9aa2a5702f1de1f0 Mon Sep 17 00:00:00 2001 From: Charles Danesi Date: Sun, 8 Jun 2025 07:43:28 -0400 Subject: [PATCH] update repo name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 401e714..3c91490 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ have used on my homelab at some point. ``` git clone -n --depth=1 --filter=tree:0 \ - https://git.danesi.dev/cdanesi/docker.git -cd docker + https://git.danesi.dev/cdanesi/docker-compose.git +cd docker-compose git sparse-checkout set --no-cone / git checkout ```