mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Document that Alacritty does not create config
This commit is contained in:
parent
db9e8d4b97
commit
5cd13f8c47
1 changed files with 3 additions and 2 deletions
|
@ -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`
|
||||
|
||||
|
|
Loading…
Reference in a new issue