Skip to content

Commit

Permalink
docs: Fix PowerShell runtime linking command (helix-editor#5822)
Browse files Browse the repository at this point in the history
  • Loading branch information
comiluv authored Feb 5, 2023
1 parent b2e83f8 commit 0eba0db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**

Expand Down
3 changes: 2 additions & 1 deletion book/src/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,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 the absolute path to the runtime directory.

**Cmd:**

Expand Down

0 comments on commit 0eba0db

Please # to comment.