Show how to easily use environment variables to configure the script

pull/425/head
Michele Locati 2021-08-26 08:02:03 +02:00
parent 6d8dbcde35
commit 211681628b
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B
1 changed files with 9 additions and 1 deletions

View File

@ -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 |
|---|---|---|