lonekorean/wordpress-export-to-markdown

How do we run this? Assuming no knowledge of Node whatsoever

Closed this issue · 2 comments

Hi! I have node.js installed and have the node command prompt open. Do I need to clone this repository down first, or is NPM aware of it and I just begin by running the first step?

Thank you!

The step by step was:

Clone the repo down
Open Regular command prompt
Run the following:
npm install && node index.js

@1RedOne You could also run npx wordpress-export-to-markdown and skip all the steps. It's described in the Readme.