diff options
author | Nathan Lilienthal <nathan@nixpulvis.com> | 2020-03-13 15:17:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-13 15:17:19 -0400 |
commit | d20051b5e5a8ee3c8dcd75a87d375ac7611a9d2d (patch) | |
tree | 5060b314d8916e8a2556e37af3005008e94dc0e1 /INSTALL.md | |
parent | 4000ec04d89b9bd77995960d2a9da8fcad55e003 (diff) | |
download | alacritty-d20051b5e5a8ee3c8dcd75a87d375ac7611a9d2d.tar.gz alacritty-d20051b5e5a8ee3c8dcd75a87d375ac7611a9d2d.zip |
Capitalized the .desktop Filename (#3425)
Follow free desktop file naming conventions.
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -233,7 +233,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 desktop-file-install extra/linux/Alacritty.desktop sudo update-desktop-database ``` |