From 749ddc09e2801355a3ddec19a0f9d45bc5595c3a Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Thu, 14 Dec 2023 08:41:09 +0100 Subject: Add link to rendered config docs This adds a link to alacritty.org's rendered configuration file documentation. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88001d97..776f9900 100644 --- a/README.md +++ b/README.md @@ -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: -- cgit