aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorblt__2023-01-02 17:48:09 +0000
committerGitHub2023-01-02 17:48:09 +0000
commitd4565b4404cabc522bd60822abd374755581d751 (patch)
treed1e48f8032b89745bb5147d2982c56741046e1f0 /README.md
parentd6704ed11735283a777d0980afa29dc201765fdd (diff)
Mention the icon in README.md (#5370)
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index b06e8222..e4683d35 100644
--- a/README.md
+++ b/README.md
@@ -112,6 +112,7 @@ If installing from source, to use Helix in desktop environments that supports [X
```bash
cp contrib/Helix.desktop ~/.local/share/applications
+cp contrib/helix.png ~/.local/share/icons
```
To use another terminal than the default, you will need to modify the `.desktop` file. For example, to use `kitty`:
@@ -121,8 +122,6 @@ sed -i "s|Exec=hx %F|Exec=kitty hx %F|g" ~/.local/share/applications/Helix.deskt
sed -i "s|Terminal=true|Terminal=false|g" ~/.local/share/applications/Helix.desktop
```
-Please note: there is no icon for Helix yet, so the system default will be used.
-
## macOS
Helix can be installed on macOS through homebrew: