diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/USAGE.md | 2 | ||||
| -rw-r--r-- | docs/box64.pod | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md index 8d14f778..ca25a127 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -30,7 +30,7 @@ Disables Box64 printing its version and build #### BOX64_LD_LIBRARY_PATH * Path to look for x86_64 libraries. Default is current folder and `lib` in current folder. -Also, `/usr/lib/x86_64-linux-gnu` and `/lib/x86_64-linux-gnu` are added if they exist. +Also, `/usr/lib/x86_64-linux-gnu`, `/lib/x86_64-linux-gnu` and `/usr/lib/box64-x86_64-linux-gnu` are added if they exist. #### BOX64_PATH * Path to look for x86_64 executable. Default is current folder and `bin` in current folder. diff --git a/docs/box64.pod b/docs/box64.pod index ae4648b6..2b67c336 100644 --- a/docs/box64.pod +++ b/docs/box64.pod @@ -118,8 +118,8 @@ B<BOX64_LOG> > 1 (may need B<BOX64_SHOWSEGV=1> also) =item B<BOX64_LD_LIBRARY_PATH>=I</path/to/libs> Path to look for x86_64 libraries. Default is current folder and C<lib> in -current folder. Also, F</usr/lib/x86_64-linux-gnu> and -F</lib/x86_64-linux-gnu> are added if they exist. +current folder. Also, F</usr/lib/x86_64-linux-gnu>, +F</lib/x86_64-linux-gnu> and F</usr/lib/box64-x86_64-linux-gnu> are added if they exist. =item B<BOX64_PATH>=I</path/to/bins> |