lonekorean / wordpress-export-to-markdown

Converts a WordPress export XML file into Markdown files.
MIT License
1.08k stars 221 forks source link

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

Closed 1RedOne closed 3 years ago

1RedOne commented 3 years ago

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!

1RedOne commented 3 years ago

The step by step was:

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

Maximization commented 3 years ago

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