diff options
author | Christian Duerr <contact@christianduerr.com> | 2023-12-14 08:41:09 +0100 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2023-12-22 10:42:02 +0100 |
commit | 53290c9e10a786e6a348dbdf94aef76d668387cd (patch) | |
tree | 872126ea89cabc556839e9413dc7293beddfec9b | |
parent | ada35aeb70bcf792b923816065442ad53a9b8241 (diff) | |
download | alacritty-53290c9e10a786e6a348dbdf94aef76d668387cd.tar.gz alacritty-53290c9e10a786e6a348dbdf94aef76d668387cd.zip |
Add link to rendered config docs
This adds a link to alacritty.org's rendered configuration file
documentation.
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -60,10 +60,10 @@ 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 +alacritty`, or by looking at [the website] if you do not have the manpages installed. -[the scdoc file]: ./extra/man/alacritty.5.scd +[the website]: https://alacritty.org/config-alacritty.html Alacritty doesn't create the config file for you, but it looks for one in the following locations: |