From dbce674d7012fe09b3ab9ac0aeeb1c748bb7afce Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Thu, 4 Apr 2019 21:41:57 +0300 Subject: Add icon to Linux .desktop file --- INSTALL.md | 1 + 1 file changed, 1 insertion(+) (limited to 'INSTALL.md') diff --git a/INSTALL.md b/INSTALL.md index edfb980b..f4295731 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -194,6 +194,7 @@ system menus. To install the desktop entry for Alacritty, run ```sh sudo cp target/release/alacritty /usr/local/bin # or anywhere else in $PATH +sudo cp extra/logo/alacritty-term.svg /usr/share/pixmaps/Alacritty.svg sudo desktop-file-install extra/linux/alacritty.desktop sudo update-desktop-database ``` -- cgit