aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2022-02-26 00:19:59 +0100
committer0neGal <mail@0negal.com>2022-02-26 00:20:11 +0100
commit8f2f4c6d3b2883ec06f7df74016c6e527000696c (patch)
treeea67426ba8806eb58bafd1618998ee5f0c82381a
parentc4fc36d2c9fd732b5c63b7cf47e647c06a33743d (diff)
downloadViper-8f2f4c6d3b2883ec06f7df74016c6e527000696c.tar.gz
Viper-8f2f4c6d3b2883ec06f7df74016c6e527000696c.zip
update README.md according to settings page
Since all configuration now takes place in the UI, there's no need to explain how to disable auto-updates through the config file.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ca98f9e..1663d60 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ Besides this I've been considering adding some easy to use VPK modding tools so
## Configuration
-Almost all configuration takes place inside the UI, and almost no configuration isn't either handled their or automatically handled, the only option that isn't configured in the GUI is disabling auto-updates, by default updates are handled automatically, when you launch the application it'll update, ask you if you want to restart, if not it'll continue with the old version until you restart, however you can disable this entirely by settings `"autoupdates": true` to false in your `viper.json`
+All settings take place in the settings page, found in the top right corner of the app, where you can disable auto-updates, and other related settings. You can also manually go in and edit your config file (`viper.json`), if you feel so inclined.
Your configuration file will be found in `%APPDATA%\viper.json` on Windows, and inside either `~/.config` or through your environment variables (`$XDG_CONFIG_HOME`) on Linux, the latter has priority.