about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDiego q <119337293+Pro42good@users.noreply.github.com>2024-06-09 15:23:36 -0400
committerGitHub <noreply@github.com>2024-06-09 21:23:36 +0200
commitd1e5bc5c193962b18b7ed7bfe4c8f44107f15606 (patch)
tree02b0581ec45aaf720551508abde640e5acdf1cd9
parent38364ef07f328003104bb2a2d28a2c5d66f40d92 (diff)
downloadbox64-d1e5bc5c193962b18b7ed7bfe4c8f44107f15606.tar.gz
box64-d1e5bc5c193962b18b7ed7bfe4c8f44107f15606.zip
Update README.md (#1572)
Usage link was broken so i fixed it
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 53e420b9..a913a16a 100644
--- a/README.md
+++ b/README.md
@@ -64,7 +64,7 @@ An alternative solution is to use Wine with new WoW64, but you will be limited t
 Notes about Box64 configuration

 ----

 

-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.

+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](https://github.com/ptitSeb/box64/blob/main/docs/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...