mhtml2html icon indicating copy to clipboard operation
mhtml2html copied to clipboard

Can the author give a popular version of how to use it

Open xiaocainiao2020 opened this issue 3 years ago • 2 comments

I am an ordinary person. I need this tool very much, But I can't understand how to use it。

xiaocainiao2020 avatar Sep 05 '21 04:09 xiaocainiao2020

Hi @xiaocainiao2020, I'm not sure I fully understand your request. The instructions on how to use the programmatic interface and CLI are in the README of the repository. Is there anything specific I can help you with?

msindwan avatar Nov 30 '21 11:11 msindwan

I experienced the same issue as the original poster. When you run "yarn install" and "yarn test", you do not get an executable called mhtml2html. So, when you try the run mhtml2html as the document suggests, you get a command not found error.

You can however install the package globally with a command like

npm install -g mhtml2html

This makes the mhtml2html command available by command line. I think it may be useful to update the documentation and add this little detail.

cheema-corellian avatar May 05 '23 01:05 cheema-corellian