Skip to content

Commit

Permalink
doc fixed for subdirectories
Browse files Browse the repository at this point in the history
Signed-off-by: d4v1d03 <amit08072005@gmail.com>
  • Loading branch information
d4v1d03 committed May 30, 2024
1 parent dfc095f commit 72d5758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/kpm_sparse_checkout.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72d5758

Please sign in to comment.