Skip to content

Commit

Permalink
Actualizo readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chrodriguez committed Jan 16, 2024
1 parent a370877 commit 579aaa5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ configuration to be used with [Mikroways](https://mikroways.net) theme.

Install this package with npm:

```
```bash
npm i --save @mikroways/md2pdf-theme
```

And it will install md-to-pdf as dependency and provides a script to be used as
its configuration:

```
```bash
curl -o /tmp/sample.md -L \
https://raw.githubusercontent.com/Mikroways/md-to-pdf-theme/main/README.md
node_modules/bin/md-to-pdf \
https://raw.githubusercontent.com/Mikroways/md2pdf-theme/main/README.md
node_modules/.bin/md-to-pdf \
--document-title "Test document" \
--config-file node_modules/@mikroways/mw-md2pdf/config.js \
--config-file node_modules/@mikroways/md2pdf-theme/config.js \
/tmp/sample.md
```

Expand Down

0 comments on commit 579aaa5

Please sign in to comment.