From 2ad28b53782b6cf1b08dc4b37719c07e51f445fb Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Tue, 13 Jun 2023 04:54:17 +0000 Subject: [PATCH] Change the way we refer to IRC chat --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 87a514b1..d4067c3c 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,10 @@ a daily driver. Precompiled binaries are available from the [GitHub releases page](https://github.com/alacritty/alacritty/releases). +Join [`#alacritty`] on libera.chat if you have questions or looking for a quick help. + +[`#alacritty`]: https://web.libera.chat/gamja/?channels=#alacritty + ## Features You can find an overview over the features available in Alacritty [here](./docs/features.md). @@ -103,13 +107,10 @@ good fit for Alacritty. This means you won't find things like tabs or splits (which are best left to a window manager or [terminal multiplexer][tmux]) nor niceties like a GUI config editor. -## IRC - -Alacritty discussions can be found in `#alacritty` on Libera.Chat. +[tmux]: https://github.com/tmux/tmux ## License Alacritty is released under the [Apache License, Version 2.0]. [Apache License, Version 2.0]: https://github.com/alacritty/alacritty/blob/master/LICENSE-APACHE -[tmux]: https://github.com/tmux/tmux