From 968252c940175f1213df6dc08ccba56ccd4fa684 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Mon, 22 Jul 2024 14:17:58 +0200 Subject: [PATCH] add format-html command in doc --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7f76fc1..c971795 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,8 @@ For each command, the option `-h` give u some help. `./manage.py make-widgets` to make a file that groups all jinja2 widgets macros for easier includes. It is automatically called by `runserver` and `distill-local` commands. \ See an example in `EXAMPLE.md` + `./manage.py format-html` to minify or beautify the html content + ## Others JFM-Engine is a friendly fork of [JSSG](https://github.com/jtremesay/jssg/) made in agreement with the JSSG developer because of different goals. \