aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorNathan Lilienthal <nathan@nixpulvis.com>2020-03-13 15:17:19 -0400
committerGitHub <noreply@github.com>2020-03-13 15:17:19 -0400
commitd20051b5e5a8ee3c8dcd75a87d375ac7611a9d2d (patch)
tree5060b314d8916e8a2556e37af3005008e94dc0e1 /INSTALL.md
parent4000ec04d89b9bd77995960d2a9da8fcad55e003 (diff)
downloadalacritty-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 5e2ad16d..e50cab29 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -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
```