Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix PowerShell runtime linking command #5822

Merged
merged 4 commits into from
Feb 5, 2023
Merged

docs: Fix PowerShell runtime linking command #5822

merged 4 commits into from
Feb 5, 2023

Conversation

comiluv
Copy link
Contributor

@comiluv comiluv commented Feb 4, 2023

No description provided.

@the-mikedavis the-mikedavis linked an issue Feb 4, 2023 that may be closed by this pull request
@the-mikedavis the-mikedavis added A-documentation Area: Documentation improvements S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Feb 4, 2023
Copy link
Member

@the-mikedavis the-mikedavis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line is also on the install page in the book:

helix/book/src/install.md

Lines 123 to 127 in d6e2434

**PowerShell:**
```powershell
New-Item -ItemType SymbolicLink -Target "runtime" -Path "$Env:AppData\helix\runtime"
```

Could you update that command as well?

Copy link
Member

@the-mikedavis the-mikedavis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@the-mikedavis the-mikedavis changed the title fix #5818 docs: Fix PowerShell runtime linking command Feb 5, 2023
@the-mikedavis the-mikedavis merged commit 0eba0db into helix-editor:master Feb 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-documentation Area: Documentation improvements S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Instruction for Powershell to create a symbolic link is incorrect
2 participants