From 217ef2394bfb341380262ee5d4ac6ef117481336 Mon Sep 17 00:00:00 2001 From: Anton Golub Date: Sun, 8 Sep 2024 12:58:48 +0300 Subject: [PATCH] docs: update `$.preferLocal` api description --- 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