From 06a1d6b1bbf99fcc5a98427b951b3d8e6c2a29a3 Mon Sep 17 00:00:00 2001 From: Charles Danesi Date: Sun, 8 Jun 2025 07:57:48 -0400 Subject: [PATCH] update readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 401e714..6743fe6 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,15 @@ have used on my homelab at some point. ## Usage -``` +```sh git clone -n --depth=1 --filter=tree:0 \ https://git.danesi.dev/cdanesi/docker.git cd docker git sparse-checkout set --no-cone / git checkout + +# additional selection +git sparse-checkout add / ``` ## Support