diff --git a/book/src/building-from-source.md b/book/src/building-from-source.md index 666917ea4524..da410fb97e91 100644 --- a/book/src/building-from-source.md +++ b/book/src/building-from-source.md @@ -145,8 +145,9 @@ you can configure Helix to show up in the application menu by copying the provided `.desktop` and icon files to their correct folders: ```sh -cp contrib/Helix.desktop ~/.local/share/applications -cp contrib/helix.png ~/.icons # or ~/.local/share/icons +cp contrib/Helix.desktop -- "$HOME/.local/share/applications" +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`