Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions documentation/symlink.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ To do so you might need to be connected to a VPN depending on the company settin
|
|===

IDEasy provides a tool to create symlinks using the `ln` command. As example:
`ide ln -sr src-folder target-link-folder`
The result can be verified using `ls -la`

== Running Tests Without Symlink Permissions

If you are a contributor and want to run the test suite without administrator privileges or enabling symlink permissions, you can still do so.
Expand Down
Loading