mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-25 14:05:41 -05:00
Add link to rendered config docs
This adds a link to alacritty.org's rendered configuration file documentation.
This commit is contained in:
parent
ada35aeb70
commit
53290c9e10
1 changed files with 2 additions and 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:
|
||||
|
|
Loading…
Reference in a new issue