diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -246,7 +246,8 @@ system menus. To install the desktop entry for Alacritty, run ```sh sudo cp target/release/alacritty /usr/local/bin # or anywhere else in $PATH -cp Alacritty.desktop ~/.local/share/applications +sudo desktop-file-install alacritty.desktop +sudo update-desktop-database ``` #### MacOS |