feat: update shard-doc to use npx instead of npm install for markdown-tree-parser

This commit is contained in:
minhtrungcc 2025-09-12 13:29:06 +07:00
parent f927b4b96b
commit 1c875ae9ab
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ Then proceed with the manual method below ONLY if markdownExploder is false.]]
```bash
npm install -g @kayvan/markdown-tree-parser
# Then use the shorter command
md-tree explode [source-document] [destination-folder]
```

View File

@ -46,7 +46,7 @@ Then proceed with the manual method below ONLY if markdownExploder is false.]]
```bash
npm install -g @kayvan/markdown-tree-parser
# Then use the shorter command
md-tree explode [source-document] [destination-folder]
```