From 211681628bdd9fde45de3b51f03b1a2d9deba600 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Thu, 26 Aug 2021 08:02:03 +0200 Subject: [PATCH] Show how to easily use environment variables to configure the script --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bbf6bd..4570069 100644 --- a/README.md +++ b/README.md @@ -273,7 +273,15 @@ zlib ## Configuration -You can configure the behavior of the script, as well as fine-tune some extensions in order fit your needs, by using environment variables: +You can configure the behavior of the script, as well as fine-tune some extensions in order fit your needs, by using environment variables. + +Here's an example: + +```sh +IPE_LZF_BETTERCOMPRESSION=1 install-php-extensions lzf +``` + +Here's the list of all the supported environment variables: | Extension | Environment variable | Description | |---|---|---|