Skip to content

Commit

Permalink
docs: update env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Oct 17, 2023
1 parent cb3e022 commit 406c451
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 406c451

Please sign in to comment.