Skip to content

Commit

Permalink
fix typo (helix-editor#4656)
Browse files Browse the repository at this point in the history
  • Loading branch information
hezhizhen authored and Shekhinah Memmel committed Dec 11, 2022
1 parent eb7d3b4 commit e00e765
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ config directory (for example `~/.config/helix/runtime` on Linux/macOS, or `%App
| -------------------- | ------------------------------------------------ |
| Windows (Cmd) | `xcopy /e /i runtime %AppData%\helix\runtime` |
| Windows (PowerShell) | `xcopy /e /i runtime $Env:AppData\helix\runtime` |
| Linux / MacOS | `ln -s $PWD/runtime ~/.config/helix/runtime` |
| Linux / macOS | `ln -s $PWD/runtime ~/.config/helix/runtime` |

Starting with Windows Vista you can also create symbolic links on Windows. Note that this requires
elevated privileges - i.e. PowerShell or Cmd must be run as administrator.
Expand Down Expand Up @@ -109,9 +109,9 @@ sed -i "s|Terminal=true|Terminal=false|g" ~/.local/share/applications/Helix.desk

Please note: there is no icon for Helix yet, so the system default will be used.

## MacOS
## macOS

Helix can be installed on MacOS through homebrew:
Helix can be installed on macOS through homebrew:

```
brew install helix
Expand Down
2 changes: 1 addition & 1 deletion book/src/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ via the `HELIX_RUNTIME` environment variable.
| -------------------- | ------------------------------------------------ |
| Windows (Cmd) | `xcopy /e /i runtime %AppData%\helix\runtime` |
| Windows (PowerShell) | `xcopy /e /i runtime $Env:AppData\helix\runtime` |
| Linux / MacOS | `ln -s $PWD/runtime ~/.config/helix/runtime` |
| Linux / macOS | `ln -s $PWD/runtime ~/.config/helix/runtime` |

Starting with Windows Vista you can also create symbolic links on Windows. Note that this requires
elevated privileges - i.e. PowerShell or Cmd must be run as administrator.
Expand Down

0 comments on commit e00e765

Please sign in to comment.