From 406c451c325df42334870c3e70db46d8db333d0d Mon Sep 17 00:00:00 2001 From: Daniel Lando Date: Tue, 17 Oct 2023 09:04:03 +0200 Subject: [PATCH] docs: update env vars --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8f394e8ac..e1e07a802 100644 --- a/README.md +++ b/README.md @@ -275,11 +275,13 @@ The startup time of the application might be reduced slightly. ### Environment -| Var | Description | -| -------------- | ----------------------------------------------------------------------------------------- | -| PKG_CACHE_PATH | Used to specify a custom path for node binaries cache folder. Default is `~/.pkg-cache` | -| PKG_IGNORE_TAG | Allows to ignore additional folder created on `PKG_CACHE_PATH` matching pkg-fetch version | -| MAKE_JOB_COUNT | Allow configuring number of processes used for compiling | +All pkg-cache [environment vars](https://github.com/yao-pkg/pkg-fetch#environment), plus: + +| Var | Description | +| ---------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `CHDIR` | Override process `chdir` | +| `PKG_STRICT_VER` | Turn on some assertion in the walker code to assert that each file content/state that we appending to the virtual file system applies to a real file, not a symlink. | +| `PKG_EXECPATH` | Used internally by `pkg`, do not override | Examples