Skip to content

Commit

Permalink
Revert "fixed DCO and committed doc final"
Browse files Browse the repository at this point in the history
This reverts commit 208e9f5.
  • Loading branch information
d4v1d03 committed May 30, 2024
1 parent 8db93ed commit 09f16da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/kpm_sparse_checkout.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
```

Expand All @@ -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
Expand Down

0 comments on commit 09f16da

Please sign in to comment.