diff options
author | Kirill Chibisov <wchibisovkirill@gmail.com> | 2019-04-04 21:41:57 +0300 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-04-04 18:41:57 +0000 |
commit | dbce674d7012fe09b3ab9ac0aeeb1c748bb7afce (patch) | |
tree | bbf20177d4d192fe4f285dbc9ff1558255890e68 /INSTALL.md | |
parent | 83b5474c4f206db54c81246fb4c64e2222d0812e (diff) | |
download | alacritty-dbce674d7012fe09b3ab9ac0aeeb1c748bb7afce.tar.gz alacritty-dbce674d7012fe09b3ab9ac0aeeb1c748bb7afce.zip |
Add icon to Linux .desktop file
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ``` |