diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-12-10 15:24:52 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-12-10 15:25:33 +0100 |
| commit | ccae82e1f580e9a54de329ee41c15b7e871a08f2 (patch) | |
| tree | f39c324cb6f53e6b0ea0d077efc1eb62681c80da /docs | |
| parent | f1addb8b28ac133d8f15c3db3102200fb32e4152 (diff) | |
| download | box64-ccae82e1f580e9a54de329ee41c15b7e871a08f2.tar.gz box64-ccae82e1f580e9a54de329ee41c15b7e871a08f2.zip | |
[DOC] Small improment on USAGE.md
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/USAGE.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md index 260c4063..c41bbd39 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -7,8 +7,9 @@ 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) -There is also some égeneric" name, like [*SETUP*] that will be applied to every program containing "setup" in the name +There is also some "generic" name, like [*SETUP*] that will be applied to every program containing "setup" in the name (Note that this is not a full regex rules, it's just a name between '[*' and '*]', nothing else) +Settings priority: `~/.box64rc` > `/etc/box64.box64rc` > Command line. #### BOX64_LOG * Controls the Verbosity level of the logs |