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
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,19 @@ The marketplace entry currently uses a `plugins/uipath` symlink so Codex can loa
> ```bash
> git clone -c core.symlinks=true https://github.com/UiPath/skills
> ```
>
> If you've already cloned without symlink support, re-enable and re-checkout:
> ```bash
> git config core.symlinks true
> git checkout -- .
> ```
>
> If you encounter a `Filename too long` or `MAX_PATH` error during
> checkout, enable Git long-path support:
> ```bash
> git config --global core.longpaths true
> ```
> Then retry the clone or checkout.

### Cursor IDE

Expand Down