From cd56edec54c30941c017bfcafd57abf4fc21738b Mon Sep 17 00:00:00 2001 From: Maxime Brazeilles Date: Tue, 11 Apr 2023 10:56:49 +0200 Subject: [PATCH] [DOC] --- doc/install.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/install.md b/doc/install.md index c59f1f041..172def945 100644 --- a/doc/install.md +++ b/doc/install.md @@ -7,6 +7,14 @@ head over to Usage 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 @@ -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