update readme

This commit is contained in:
2025-06-08 07:57:48 -04:00
parent bb3f3ebeee
commit 06a1d6b1bb
+4 -1
View File
@@ -7,12 +7,15 @@ have used on my homelab at some point.
## Usage ## Usage
``` ```sh
git clone -n --depth=1 --filter=tree:0 \ git clone -n --depth=1 --filter=tree:0 \
https://git.danesi.dev/cdanesi/docker.git https://git.danesi.dev/cdanesi/docker.git
cd docker cd docker
git sparse-checkout set --no-cone /<directory name> git sparse-checkout set --no-cone /<directory name>
git checkout git checkout
# additional selection
git sparse-checkout add /<directory name>
``` ```
## Support ## Support