From fc88512ad673ef7ac926736808c7620a8cb53d61 Mon Sep 17 00:00:00 2001 From: Anton Golub Date: Wed, 11 Sep 2024 18:23:32 +0300 Subject: [PATCH] docs: update `$.preferLocal` api description (#887) --- configuration.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configuration.md b/configuration.md index 63f4687892..a731257ef3 100644 --- a/configuration.md +++ b/configuration.md @@ -42,6 +42,13 @@ $.preferLocal = true await $`c8 npm test` ``` +You can also specify a directory to search for local binaries: + +```js +$.preferLocal = '/some/to/bin' +$.preferLocal = ['/path/to/bin', '/another/path/bin'] +``` + ## $.quote Specifies a function for escaping special characters during