From c5d3664ceaa29d4e903b93e2fcf41fb7b0366144 Mon Sep 17 00:00:00 2001 From: James Titcumb Date: Tue, 22 Jul 2025 20:15:43 +0100 Subject: [PATCH] 279: added docs for disabling box requirements checker --- docs/usage.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/usage.md b/docs/usage.md index 41d13323..b775a11d 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -86,6 +86,16 @@ system in order to download, build and install extensions: Also, each extension may have its own requirements, such as additional libraries. +> [!TIP] +> If you run PIE without the correct prerequisites installed, you may receive +> an error from the *Box Requirements Checker*. If you want to try running +> anyway, specify the environment variable `BOX_REQUIREMENT_CHECKER=0`. +> +> Example on Linux: +> ```shell +> $ BOX_REQUIREMENT_CHECKER=0 pie install foo/bar +> ``` + ### Using Linux On a Debian-based system, you may install the required tools with: