Skip to content

Commit

Permalink
Mention the icon in README.md (helix-editor#5370)
Browse files Browse the repository at this point in the history
  • Loading branch information
blt-r authored Jan 2, 2023
1 parent d6704ed commit d4565b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand All @@ -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:
Expand Down

0 comments on commit d4565b4

Please sign in to comment.