cargo install issues
Closed this issue · 3 comments
mkolopanis commented
Hi there I was trying to install markdown-oxide for use with helix and running into the following issue
-> % cargo install --locked --git https://github.com/Feel-ix-343/markdown-oxide.git markdown-oxide
Updating git repository `https://github.com/Feel-ix-343/markdown-oxide.git`
error: failed to update submodule `crates/md_parser/tree-sitter-markdown`
Caused by:
no URL configured for submodule 'crates/md_parser/tree-sitter-markdown'; class=Submodule (17)
Feel-ix-343 commented
😢 oh no ... thanks for reporting
Feel-ix-343 commented
did that fix things?
mkolopanis commented
It did indeed, thank you for the quick fix!