mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-05-04 10:33:47 +01:00
Add an aside for symlink errors on Windows
This commit is contained in:
parent
97d9251f69
commit
c37fe73f36
1 changed files with 12 additions and 1 deletions
|
@ -41,6 +41,17 @@ You can follow the installation instructions in the
|
||||||
pesde should now be installed on your system. You may need to restart your
|
pesde should now be installed on your system. You may need to restart your
|
||||||
computer for the changes to take effect.
|
computer for the changes to take effect.
|
||||||
|
|
||||||
|
[dev-mode-guide]: https://learn.microsoft.com/en-us/windows/apps/get-started/enable-your-device-for-development
|
||||||
|
|
||||||
|
<Aside type="caution" title="Warning">
|
||||||
|
pesde uses symlinks which are an administrator-level operation on Windows.
|
||||||
|
To ensure proper functionality, enable [Developer Mode][dev-mode-guide].<br/><br/>
|
||||||
|
If you are getting errors such as <strong>'Failed to symlink file, a required privilege is not held by the client'</strong>, then enabling this setting will fix them.
|
||||||
|
</Aside>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem label="Linux & macOS">
|
<TabItem label="Linux & macOS">
|
||||||
|
|
||||||
|
@ -77,7 +88,7 @@ You can follow the installation instructions in the
|
||||||
|
|
||||||
</Steps>
|
</Steps>
|
||||||
|
|
||||||
<Aside type="caution">
|
<Aside type="caution" title="Warning">
|
||||||
|
|
||||||
It is not recommended to use toolchain managers (such as Rokit or Aftman) to
|
It is not recommended to use toolchain managers (such as Rokit or Aftman) to
|
||||||
install pesde. You can use `pesde self-upgrade` if you need to update pesde.
|
install pesde. You can use `pesde self-upgrade` if you need to update pesde.
|
||||||
|
|
Loading…
Add table
Reference in a new issue