aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaugat Acharya <mesaugat@gmail.com>2018-02-13 22:05:57 +0545
committerChristian Duerr <chrisduerr@users.noreply.github.com>2018-02-13 16:20:57 +0000
commitdddf66467c9096a75a6c37461aa60106fd4abf9d (patch)
treeb44954cfa0baca8efd4b105482b976c5d9dc0b9b
parent107b615d7e8057255c5e2974288df6bd8c859ddb (diff)
downloadalacritty-dddf66467c9096a75a6c37461aa60106fd4abf9d.tar.gz
alacritty-dddf66467c9096a75a6c37461aa60106fd4abf9d.zip
Add info about default configuration for macOS
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 578a63ab..d1c1f033 100644
--- a/README.md
+++ b/README.md
@@ -234,8 +234,10 @@ cp -r target/release/osx/Alacritty.app /Applications/
Although it's possible the default configuration would work on your system,
you'll probably end up wanting to customize it anyhow. There is a default
-`alacritty.yml` at the git repository root. Alacritty looks for the
-configuration file as the following paths:
+`alacritty.yml` and `alacritty_macos.yml` at the git repository root for
+Linux and macOS repsectively.
+
+Alacritty looks for the configuration file at the following paths:
1. `$XDG_CONFIG_HOME/alacritty/alacritty.yml`
2. `$XDG_CONFIG_HOME/alacritty.yml`
@@ -252,7 +254,7 @@ the config file. The only exception is the `font` and `dimensions` sections
which requires Alacritty to be restarted. For further explanation of the config
file, please consult the comments in the default config file.
-## Issues (known, unknown, feature requests, etc)
+## Issues (known, unknown, feature requests, etc.)
If you run into a problem with Alacritty, please file an issue. If you've got a
feature request, feel free to ask about it. Keep in mind that Alacritty is very