mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-25 19:03:30 +04:00
docs: Fix PowerShell runtime linking command (#5822)
This commit is contained in:
parent
b2e83f81e1
commit
0eba0db4a0
@ -72,8 +72,9 @@ # Installation
|
|||||||
**PowerShell:**
|
**PowerShell:**
|
||||||
|
|
||||||
```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:**
|
**Cmd:**
|
||||||
|
|
||||||
|
@ -123,8 +123,9 @@ ## Build from source
|
|||||||
**PowerShell:**
|
**PowerShell:**
|
||||||
|
|
||||||
```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 the absolute path to the runtime directory.
|
||||||
|
|
||||||
**Cmd:**
|
**Cmd:**
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user