Skip to content

Commit 82badf5

Browse files
committed
docs(config-options): DOWNLOAD_DIR: update to match new home directory
1 parent 8aefba5 commit 82badf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/config-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Option `DOWNLOAD_DIR` is used to set where the binaries will be located in, this
1414
Directory Priority:
1515

1616
1. DOWNLOAD_DIR (Environment Variable over package.json)
17-
2. `~/.cache/mongodb-binaries` (Home Directory Cache) [Only used if directory exists]
17+
2. `~/.cache/mongodb-binaries` (Home Directory Cache) (if [`PREFER_GLOBAL_PATH`](#prefer_global_path) is active, or binary already exists)
1818
3. `projectRoot/node_modules/.cache/mongodb-binaries` (node-modules cache)
1919
4. `./mongodb-binaries` (relative to `process.cwd()`)
2020

0 commit comments

Comments
 (0)