Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mention Node.js >= 12 requirement in README #361

Merged
merged 1 commit into from
Jul 2, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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