From 09f16da7749e7ae55a69e89e9f7f3679186f53cc Mon Sep 17 00:00:00 2001 From: d4v1d03 Date: Fri, 31 May 2024 03:00:59 +0530 Subject: [PATCH] Revert "fixed DCO and committed doc final" This reverts commit 208e9f5b4ce2934aa533a910d24e6f1d4ae87da0. --- docs/kpm_sparse_checkout.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/kpm_sparse_checkout.md b/docs/kpm_sparse_checkout.md index fe87cd54..d4b15de9 100644 --- a/docs/kpm_sparse_checkout.md +++ b/docs/kpm_sparse_checkout.md @@ -37,7 +37,7 @@ edition = "v0.9.0" version = "0.0.1" [dependencies] -my_dependency = { git = "https://github.com/example/repo/path/to/package" } +my_dependency = { git = "https://github.com/example/repo", subdirectory = "path/to/package" } ``` @@ -53,7 +53,7 @@ edition = "v0.9.0" version = "0.0.1" [dependencies] -my_dependency = { git = "https://github.com/example/repo/path/to/package" } +my_dependency = { git = "https://github.com/example/repo", subdirectory = "path/to/package" } ``` ## 6. Integration and the use of go-getter to download the specific subdirectories