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