We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab10bdc commit 208e9f5Copy full SHA for 208e9f5
docs/kpm_sparse_checkout.md
@@ -37,7 +37,7 @@ edition = "v0.9.0"
37
version = "0.0.1"
38
39
[dependencies]
40
-my_dependency = { git = "https://github.com/example/repo", subdirectory = "path/to/package" }
+my_dependency = { git = "https://github.com/example/repo/path/to/package" }
41
42
```
43
@@ -53,7 +53,7 @@ edition = "v0.9.0"
53
54
55
56
57
58
59
## 6. Integration and the use of go-getter to download the specific subdirectories
0 commit comments