From 72d575851db9091021bc6053f268154414489396 Mon Sep 17 00:00:00 2001 From: d4v1d03 Date: Fri, 31 May 2024 02:23:36 +0530 Subject: [PATCH] doc fixed for subdirectories Signed-off-by: d4v1d03 --- docs/kpm_sparse_checkout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/kpm_sparse_checkout.md b/docs/kpm_sparse_checkout.md index b2058f55..5d4fb879 100644 --- a/docs/kpm_sparse_checkout.md +++ b/docs/kpm_sparse_checkout.md @@ -53,7 +53,7 @@ edition = "v0.9.0" version = "0.0.1" [dependencies] -my_dependency = { git = "https://github.com/example/repo", subdirectory = "path/to/package" } +my_dependency = { git = "https://github.com/example/repo/path/to/package" } ``` ## 6. Integration and the use of go-getter to download the specific subdirectories