diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md index 0638e19..4e05c61 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,11 @@ This Python package depends on [bleach] for HTML sanitising and [markdown] for, well, rendering Markdown to HTML. It is, however, not designed to work with HTML emails with all those CSS and Java scripts. +## Installation + +It is recommended to install this package from a downstream repository, +such as [Nix] or [IPWHL]. + ## Usage ```console @@ -37,3 +42,5 @@ by the Free Software Foundation, either version 3 of the License, or [RSS]: https://www.rssboard.org [bleach]: https://bleach.readthedocs.io [markdown]: https://python-markdown.github.io +[Nix]: https://search.nixos.org/packages?channel=unstable&query=formbox +[IPWHL]: https://man.sr.ht/~cnx/ipwhl |