Skip to content

Commit

Permalink
[DOC]
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Brazeilles committed Apr 11, 2023
1 parent 46f3c40 commit cd56ede
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion doc/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ head over to <a href="#usage">Usage</a> for other ways to use MJML.
npm install mjml
```

Note that `html-minifier` and `js-beautify` become fully optional in MJML 5.

You can add them to your `package.json` if you need to.

```bash
npm install html-minifier js-beautify
```

# Development

To work on MJML, make changes and create merge requests, download and
Expand Down Expand Up @@ -40,7 +48,7 @@ MJML comes with an ecosystem of tools and plugins, check out:
- [Atom plugin](https://atom.io/users/mjmlio) (MJML needs to be installed separately)
- [Sublime Text plugin](https://packagecontrol.io/packages/MJML-syntax) (MJML needs to be installed separately)

For more information, check the [Tooling](#tooling) section.
For more information, check the [Tooling](#tooling) section.
For more tools, check the [Community](https://mjml.io/community) page.

## Command line interface
Expand Down

0 comments on commit cd56ede

Please sign in to comment.