diff options
author | Christian Duerr <contact@christianduerr.com> | 2023-12-14 08:41:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-14 11:41:09 +0400 |
commit | 749ddc09e2801355a3ddec19a0f9d45bc5595c3a (patch) | |
tree | b318e92601eac904a9527b49be75f45932b40e38 | |
parent | 8655276f0e548fd1d12fd6950c5a99fc33b0a761 (diff) | |
download | alacritty-749ddc09e2801355a3ddec19a0f9d45bc5595c3a.tar.gz alacritty-749ddc09e2801355a3ddec19a0f9d45bc5595c3a.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: |