aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2020-02-08 02:39:39 +0300
committerGitHub <noreply@github.com>2020-02-07 23:39:39 +0000
commit5cd13f8c474c71a922e5d8f2b78857badf054f6f (patch)
tree97f771802f9338feaff6a0c69ee7a7badc062ad5 /README.md
parentdb9e8d4b975285947c61189cf9564753531ebf5a (diff)
downloadalacritty-5cd13f8c474c71a922e5d8f2b78857badf054f6f.tar.gz
alacritty-5cd13f8c474c71a922e5d8f2b78857badf054f6f.zip
Document that Alacritty does not create config
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 98f32369..71e0067c 100644
--- a/README.md
+++ b/README.md
@@ -158,7 +158,8 @@ executable and is available through the
You can find the default configuration file with documentation for all available
fields on the [GitHub releases page](https://github.com/alacritty/alacritty/releases) for each release.
-Alacritty looks for the configuration file at the following paths:
+Alacritty doesn't create the config file for you, but it looks for one in the
+following locations:
1. `$XDG_CONFIG_HOME/alacritty/alacritty.yml`
2. `$XDG_CONFIG_HOME/alacritty.yml`
@@ -167,7 +168,7 @@ Alacritty looks for the configuration file at the following paths:
### Windows
-On Windows the config file is located at:
+On Windows, the config file should be located at:
`%APPDATA%\alacritty\alacritty.yml`