Commit 0eba0db 1 parent b2e83f8 commit 0eba0db Copy full SHA for 0eba0db
File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -72,8 +72,9 @@ elevated privileges - i.e. PowerShell or Cmd must be run as administrator.
72
72
** PowerShell:**
73
73
74
74
``` powershell
75
- New-Item -ItemType SymbolicLink -Target "runtime" -Path "$Env:AppData\helix\runtime"
75
+ New-Item -ItemType Junction -Target "runtime" -Path "$Env:AppData\helix\runtime"
76
76
```
77
+ Note: "runtime" must be absolute path to the runtime directory.
77
78
78
79
** Cmd:**
79
80
Original file line number Diff line number Diff line change @@ -123,8 +123,9 @@ elevated privileges - i.e. PowerShell or Cmd must be run as administrator.
123
123
** PowerShell:**
124
124
125
125
``` powershell
126
- New-Item -ItemType SymbolicLink -Target "runtime" -Path "$Env:AppData\helix\runtime"
126
+ New-Item -ItemType Junction -Target "runtime" -Path "$Env:AppData\helix\runtime"
127
127
```
128
+ Note: "runtime" must be the absolute path to the runtime directory.
128
129
129
130
** Cmd:**
130
131
You can’t perform that action at this time.
0 commit comments