mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-25 10:56:19 +04:00
fix typo (#4656)
This commit is contained in:
parent
75d7e0555e
commit
0c30aeea5b
@ -50,7 +50,7 @@ # Installation
|
|||||||
| -------------------- | ------------------------------------------------ |
|
| -------------------- | ------------------------------------------------ |
|
||||||
| Windows (Cmd) | `xcopy /e /i runtime %AppData%\helix\runtime` |
|
| Windows (Cmd) | `xcopy /e /i runtime %AppData%\helix\runtime` |
|
||||||
| Windows (PowerShell) | `xcopy /e /i runtime $Env: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
|
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.
|
elevated privileges - i.e. PowerShell or Cmd must be run as administrator.
|
||||||
@ -109,9 +109,9 @@ ## Adding Helix to your desktop environment
|
|||||||
|
|
||||||
Please note: there is no icon for Helix yet, so the system default will be used.
|
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
|
brew install helix
|
||||||
|
@ -103,7 +103,7 @@ ## Build from source
|
|||||||
| -------------------- | ------------------------------------------------ |
|
| -------------------- | ------------------------------------------------ |
|
||||||
| Windows (Cmd) | `xcopy /e /i runtime %AppData%\helix\runtime` |
|
| Windows (Cmd) | `xcopy /e /i runtime %AppData%\helix\runtime` |
|
||||||
| Windows (PowerShell) | `xcopy /e /i runtime $Env: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
|
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.
|
elevated privileges - i.e. PowerShell or Cmd must be run as administrator.
|
||||||
|
Loading…
Reference in New Issue
Block a user