From 870fa538bb5c6628fea6ff55a9c6e512ef69debc Mon Sep 17 00:00:00 2001 From: Chen Asraf Date: Fri, 10 Jan 2025 00:09:24 +0200 Subject: [PATCH] docs: add missing `env` docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7e8bf6d..878e3ef 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,7 @@ Here is a detailed breakdown of all configuration options: | `debug` | Boolean | Enable or disable debug mode. Default: `false`. | | `check_updates` | Boolean | Enable or disable checking for updates before running operations. Default: `false`. | | `defaults` | Object | Defaults to apply to all installer types, such as specifying supported platforms or commonly used flags. | +| `env` | Object | Environment variables to set before running the installer. | ### `install` Node