You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,21 @@ We would love to hear from you! We communicate on Slack:
12
12
13
13
## Prerequisites
14
14
15
-
If you are on Windows, ensure that symlinks are enabled in your Git configuration. This is required because the project uses symlinks for version management:
15
+
### Windows users (important)
16
+
17
+
This project relies on **symlinks** for version management.
18
+
19
+
On Windows, make sure the following are enabled **before cloning the repository**:
20
+
21
+
1. Enable **Developer Mode**
22
+
Open **Windows Settings**, search for **“Developer settings”**, and turn **Developer Mode** ON.
23
+
24
+
2. Configure Git to allow symlinks:
25
+
```bash
26
+
git config --global core.symlinks true
27
+
```
28
+
After enabling the above, re-clone the repository to ensure symlinks are created correctly.
16
29
17
-
```bash
18
-
git config --global core.symlinks true
19
-
```
20
30
21
31
## Development & Versions
22
32
This repository supports multiple versions of the simulator.
0 commit comments