diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-08-31 20:30:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-31 20:30:40 +0200 |
| commit | 9d16aec99a7854597a9adb415a6ef34c5fc17a16 (patch) | |
| tree | bd7448da1fc12491895c43f436a12af3d1799460 /docs | |
| parent | a95099696f1a32ca570a5141cf86ef7af2479429 (diff) | |
| download | box64-9d16aec99a7854597a9adb415a6ef34c5fc17a16.tar.gz box64-9d16aec99a7854597a9adb415a6ef34c5fc17a16.zip | |
Update USAGE.md on rcfiles
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/USAGE.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md index 5c67f0f8..15566be6 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -3,7 +3,10 @@ Usage ---- There are many environment variables to control Box64 behaviour. -Env. var with * can also be put inside box64rc files +Env. var with * can also be put inside box64rc files. +Box64 look for 2 places for rcfile: `/etc/box64.box64rc` and `~/.box64rc` +The second takes precedence to the first, on an APP level +(that means if an [MYAPP] my appears in both file, only the settings in `~/.box64rc` will be applied) #### BOX64_LOG * Controls the Verbosity level of the logs |