Skip to content

Commit 4284405

Browse files
committed
add windows dev guidance
1 parent 0cff47a commit 4284405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ poetry install
1414

1515
### Windows
1616

17-
There is a symbolic link to the top level examples directory in tests. On Windows to make sure this link is created you need to be in developer mode and to configure git to allow symbolic links:
17+
There is a symbolic link to the top level examples directory in tests. On Windows to make sure this link is created you need to be in [developer mode](https://learn.microsoft.com/en-us/windows/apps/get-started/enable-your-device-for-development) and to configure git to allow symbolic links:
1818

1919
```console
20-
git config core.symlinks true
20+
git config --global core.symlinks true
2121
```
2222

2323
## Documentation

0 commit comments

Comments
 (0)