This commit is contained in:
2025-05-03 05:52:42 +04:00
parent 28a7ef3a94
commit 2fae059512
3 changed files with 197 additions and 47 deletions

View File

@@ -202,7 +202,7 @@ Add doctree to your Cargo.toml:
```toml
[dependencies]
doctree = { path = "path/to/doctree" }
doctree = { git = "https://git.ourworld.tf/herocode/doctree", branch = "main", package = "doctree", path = "doctree/src" }
```
Basic usage: