From fb4f0a88bc750ad569945e686b44ec64bd8fbba5 Mon Sep 17 00:00:00 2001 From: Daniel Lo Nigro Date: Wed, 17 Apr 2024 18:37:50 -0700 Subject: [PATCH] Mention Debian packages in readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 07cb9c3..c88a5b7 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,14 @@ Both Brotli library and nginx module are under active development. ## Installation +### Debian + +This module is available as a Debian package: + +``` +sudo apt install libnginx-mod-http-brotli-filter libnginx-mod-http-brotli-static +``` + ### Statically compiled Checkout the latest `ngx_brotli` and build the dependencies: