diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-12-31 21:50:33 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-31 21:50:33 +0400 |
commit | c07b65c760be0c87f737e80cf8bea2809e59c928 (patch) | |
tree | 49d7544798f097c0baef7f9474d097e3d5e7a68b | |
parent | 2786683e0ebba6b58f7246ba0f2e4b0a6b9679b2 (diff) | |
download | alacritty-c07b65c760be0c87f737e80cf8bea2809e59c928.tar.gz alacritty-c07b65c760be0c87f737e80cf8bea2809e59c928.zip |
Remove note about versions pre 0.13.0
-rw-r--r-- | README.md | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -55,10 +55,6 @@ 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 website] if you do not have the manpages installed. |