diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-09-15 14:07:46 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-09-15 14:07:46 +0200 |
| commit | 21c56e78988e424ef027985312b4e376a84c15f9 (patch) | |
| tree | fb7e9d8ab5f0ea72b705ccd8e2d15238da070558 /docs | |
| parent | 7c74e7be35d9f235b4c308aac2ab8c32bdd40f90 (diff) | |
| download | box64-21c56e78988e424ef027985312b4e376a84c15f9.tar.gz box64-21c56e78988e424ef027985312b4e376a84c15f9.zip | |
Improved usage of x86_64 bash with BOX64_BASH env var
Diffstat (limited to 'docs')
| -rwxr-xr-x | docs/USAGE.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md index aa7c9a49..202062af 100755 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -192,6 +192,11 @@ Disables the load of vulkan libraries. * 0 : Load vulkan libraries if found. * 1 : Disables the load of vulkan libraries, both the native and the i386 version (can be useful on Pi4, where the vulkan driver is not quite there yet.) +#### BOX64_BASH +Define x86_64 bash to launch script + * yyyy + Will use yyyy as x86_64 bash to launch script. yyyy needs to be a full path to a valid x86_64 version of bash + #### BOX64_ENV * XXX=yyyy will add XXX=yyyy env. var. |