feat: update shard-doc to use npx instead of npm install for markdown-tree-parser
This commit is contained in:
parent
f927b4b96b
commit
1c875ae9ab
|
|
@ -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]
|
||||
```
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue