diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-12-31 17:16:21 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-12-31 17:16:21 +0700 |
commit | 63b6b88c93c91b52e653a0ca1aa4936536ab1d8c (patch) | |
tree | e621d672a23c8c6954ddc01a38aee10165d681e6 | |
parent | 0085141cda79fe44aa0d04c8686849542023d99c (diff) | |
download | formbox-63b6b88c93c91b52e653a0ca1aa4936536ab1d8c.tar.gz |
Document downstream repos
-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 |