Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down