diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-07-02 01:23:27 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-02 01:23:27 +0400 |
commit | 4ad1aa321fc8653c1d2aa1a0a1300a040117997b (patch) | |
tree | c8eec11c1d84f809b464779349178e94302a4531 /README.md | |
parent | 104ae3665c76452d48bbfbf0ae626350d5c3f8b8 (diff) | |
download | alacritty-4ad1aa321fc8653c1d2aa1a0a1300a040117997b.tar.gz alacritty-4ad1aa321fc8653c1d2aa1a0a1300a040117997b.zip |
Add a note in README about older versions
Unfortunately it's not clear to everyone that they are looking at the
development documentation.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -55,6 +55,10 @@ For everyone else, the detailed instructions to install Alacritty can be found ## Configuration +**Alacritty versions before 0.13.0 are using YAML configuration files +and all their settings were documented in the `alacritty.yml`. The example +`alacritty.yml` file for each release can be found on [GitHub releases page](https://github.com/alacritty/alacritty/releases).** + You can find the documentation for Alacritty's configuration in `man 5 alacritty`, or by looking at [the scdoc file] if you do not have the manpages installed. |