Skip to content

Commit

Permalink
Merge pull request #361 from jlevon/README-nodejs-version
Browse files Browse the repository at this point in the history
mention Node.js >= 12 requirement in README
  • Loading branch information
yhatt authored Jul 2, 2021
2 parents 91ad8c0 + 6432af6 commit 425712c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ It can convert Marp / Marpit Markdown files into static HTML / CSS, PDF, PowerPo

### npx

[npx](https://docs.npmjs.com/cli/v7/commands/npx) is the best way if you wanted one-shot Markdown conversion without install. Just run below if you are installed [Node.js](https://nodejs.org/):
[npx](https://docs.npmjs.com/cli/v7/commands/npx) is the best way if you wanted
one-shot Markdown conversion without install. Just run below if you have
installed [Node.js](https://nodejs.org/). Only Node.js version 12 or higher
works.

```bash
# Convert slide deck into HTML
Expand Down

0 comments on commit 425712c

Please sign in to comment.