diff --git a/README.md b/README.md index ee4786f3..8cf3f4ae 100644 --- a/README.md +++ b/README.md @@ -693,12 +693,12 @@ If you are using a different terminal, proceed with manual font installation. - **Yakuake**: Click *≡* → *Manage Profiles* → *New* → *Appearance*. Click *Choose* next to the *Font* dropdown, select `MesloLGS NF` and click *OK*. Click *OK* to save the profile. Select the new profile and click *Set as Default*. - - **Alacritty**: Create or open `~/.config/alacritty/alacritty.yml` and add the following section + - **Alacritty**: Create or open `~/.config/alacritty/alacritty.toml` and add the following section to it: - ```yaml - font: - normal: - family: "MesloLGS NF" + ```toml + [font.normal] + family = "MesloLGS NF" + style = "Regular" ``` - **kitty**: Create or open `~/.config/kitty/kitty.conf` and add the following line to it: ```text