mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-01-09 01:19:08 +00:00
docs: add an aside for symlink errors on Windows (#20)
Some checks failed
Debug / Get build version (push) Has been cancelled
Test & Lint / lint (push) Has been cancelled
Debug / Build for linux-x86_64 (push) Has been cancelled
Debug / Build for macos-aarch64 (push) Has been cancelled
Debug / Build for macos-x86_64 (push) Has been cancelled
Debug / Build for windows-x86_64 (push) Has been cancelled
Some checks failed
Debug / Get build version (push) Has been cancelled
Test & Lint / lint (push) Has been cancelled
Debug / Build for linux-x86_64 (push) Has been cancelled
Debug / Build for macos-aarch64 (push) Has been cancelled
Debug / Build for macos-x86_64 (push) Has been cancelled
Debug / Build for windows-x86_64 (push) Has been cancelled
* Add an aside for symlink errors on Windows * Remove redundant whitespace * Inline URL Co-authored-by: dai <72147841+daimond113@users.noreply.github.com> * Revert titles to "Caution" instead of "Warning" * Use inline code block for error message * Update docs/src/content/docs/installation.mdx Co-authored-by: dai <72147841+daimond113@users.noreply.github.com> * Update docs/src/content/docs/installation.mdx Co-authored-by: dai <72147841+daimond113@users.noreply.github.com> --------- Co-authored-by: dai <72147841+daimond113@users.noreply.github.com>
This commit is contained in:
parent
97d9251f69
commit
5c2f831c26
1 changed files with 10 additions and 0 deletions
|
@ -41,6 +41,16 @@ You can follow the installation instructions in the
|
|||
pesde should now be installed on your system. You may need to restart your
|
||||
computer for the changes to take effect.
|
||||
|
||||
<Aside type="caution">
|
||||
pesde uses symlinks which are an administrator-level operation on Windows.
|
||||
To ensure proper functionality, enable [Developer Mode](https://learn.microsoft.com/en-us/windows/apps/get-started/enable-your-device-for-development).
|
||||
|
||||
|
||||
If you are getting errors such as `Failed to symlink file, a required
|
||||
privilege is not held by the client`, then enabling this setting will fix
|
||||
them.
|
||||
</Aside>
|
||||
|
||||
</TabItem>
|
||||
<TabItem label="Linux & macOS">
|
||||
|
||||
|
|
Loading…
Reference in a new issue