mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
docs: Fix PowerShell runtime linking command (#5822)
This commit is contained in:
parent
b2e83f81e1
commit
0eba0db4a0
2 changed files with 4 additions and 2 deletions
|
@ -72,8 +72,9 @@ elevated privileges - i.e. PowerShell or Cmd must be run as administrator.
|
|||
**PowerShell:**
|
||||
|
||||
```powershell
|
||||
New-Item -ItemType SymbolicLink -Target "runtime" -Path "$Env:AppData\helix\runtime"
|
||||
New-Item -ItemType Junction -Target "runtime" -Path "$Env:AppData\helix\runtime"
|
||||
```
|
||||
Note: "runtime" must be absolute path to the runtime directory.
|
||||
|
||||
**Cmd:**
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue