about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-02-24 09:19:02 +0100
committerptitSeb <sebastien.chev@gmail.com>2024-02-24 09:23:12 +0100
commitf7f7c1c9afd5b53bfedf66c1cd5a5dd0ff7a971b (patch)
treea2ccac122a9c32a265a2843e1ab252e901e1a88a /README.md
parentf02d5fc28f3766ef6155eedd8c1e2745417a4eb7 (diff)
downloadbox64-f7f7c1c9afd5b53bfedf66c1cd5a5dd0ff7a971b.tar.gz
box64-f7f7c1c9afd5b53bfedf66c1cd5a5dd0ff7a971b.zip
Fixed a typo in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6b1f4d39..bfd38854 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@ Note that many installer (mojo setup based) will fall back to "x86" when detecti
 Notes about Box64 configuration

 ----

 

-Box64 now have configurations files. There are 2 files loaded. `/etc/box4.box64rc` and `~/.box64rc`. Both files have the same syntax, and is basicaly an ini files. Section in square brakets define the process name, and the rest is the env. var. to set. Looke at [Usage](USAGE.md) for detail on what parameters can be put. Box64 comes with a default file that should be installed for better stability. The file in in `system/box64.box64rc` and should be installed to `/etc/box64.box64rc` If, for some reason, you don't want to install that file here, at least copy it to `~/.box64rc` or some game may not function correctly.

+Box64 now have configurations files. There are 2 files loaded. `/etc/box64.box64rc` and `~/.box64rc`. Both files have the same syntax, and is basicaly an ini files. Section in square brakets define the process name, and the rest is the env. var. to set. Looke at [Usage](USAGE.md) for detail on what parameters can be put. Box64 comes with a default file that should be installed for better stability. The file in in `system/box64.box64rc` and should be installed to `/etc/box64.box64rc` If, for some reason, you don't want to install that file here, at least copy it to `~/.box64rc` or some game may not function correctly.

 Note that the priority is: `~/.box64rc` > `/etc/box64.box64rc` > command line

 So, your settings in `~/.box64rc` may override the setting from your command line...