From a430e1779629600508c6643baf5695373e89452a Mon Sep 17 00:00:00 2001 From: Rudxain Date: Sun, 7 Jul 2024 10:08:15 -0400 Subject: [PATCH] https://github.com/helix-editor/helix/pull/11066/files#r1667392149 --- book/src/building-from-source.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/book/src/building-from-source.md b/book/src/building-from-source.md index e08c8cb75..da410fb97 100644 --- a/book/src/building-from-source.md +++ b/book/src/building-from-source.md @@ -146,7 +146,8 @@ ### Configure the desktop shortcut ```sh cp contrib/Helix.desktop -- "$HOME/.local/share/applications" -xdg-icon-resource install --novendor --size 256 contrib/helix.png +cp contrib/helix.png -- "$HOME/.icons" # or "$HOME/.local/share/icons" +#xdg-icon-resource install --novendor --size 256 contrib/helix.png ``` To use another terminal than the system default, you can modify the `.desktop`