aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2024-05-03 20:44:17 +0300
committerJosh Rahm <rahm@google.com>2024-08-14 15:42:41 -0600
commit832ae01aefe28efaeff9b98234afabd8649f887e (patch)
tree0af23c96697e115b779c712ddb9bea0d1944b223 /README.md
parent0e7a84d15fb2674660abca28b9cbc1e6ab0163fe (diff)
downloadr-alacritty-832ae01aefe28efaeff9b98234afabd8649f887e.tar.gz
r-alacritty-832ae01aefe28efaeff9b98234afabd8649f887e.tar.bz2
r-alacritty-832ae01aefe28efaeff9b98234afabd8649f887e.zip
Add config file locations into alacritty(5)
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index af678ff8..d00520b4 100644
--- a/README.md
+++ b/README.md
@@ -69,11 +69,9 @@ following locations:
3. `$HOME/.config/alacritty/alacritty.toml`
4. `$HOME/.alacritty.toml`
-### Windows
+On Windows, the config file will be looked for in:
-On Windows, the config file should be located at:
-
-`%APPDATA%\alacritty\alacritty.toml`
+* `%APPDATA%\alacritty\alacritty.toml`
## Contributing