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
@@ -63,13 +68,22 @@ Running the radar on Linux is intended solely for use with Zenith in a VM!
63
68
64
69
1. Open WSL (Ubuntu) via the Start Menu or terminal.
65
70
66
-
2. Move and rename the downloaded files from the Windows filesystem into your Linux environment.
71
+
2.**Navigate to your Linux home directory:**
72
+
```bash
73
+
cd~
74
+
```
75
+
76
+
:::warning Important
77
+
You **must** be in your Linux home directory (not in `/mnt/c/`) before moving the files. If you move the files while in the Windows mount directory, they will remain on the Windows filesystem. Running the binaries from the Windows filesystem will trigger anti-cheat detection by Windows filesystem filters.
78
+
:::
79
+
80
+
3. Move and rename the downloaded files from the Windows filesystem into your Linux environment.
67
81
68
82
Replace `<YourUsername>` with your actual Windows username, and update the filenames to match the version you downloaded (e.g., `driver_interface_zenith_ab12cd34ef.so`):
@@ -63,7 +68,16 @@ Running the Enhancer on Linux is intended solely for use with Zenith in a VM!
63
68
64
69
1. Open WSL (Ubuntu) via the Start Menu or terminal.
65
70
66
-
2. Move and rename the downloaded files from the Windows filesystem into your Linux environment.
71
+
2.**Navigate to your Linux home directory:**
72
+
```bash
73
+
cd~
74
+
```
75
+
76
+
:::warning Important
77
+
You **must** be in your Linux home directory (not in `/mnt/c/`) before moving the files. If you move the files while in the Windows mount directory, they will remain on the Windows filesystem. Running the binaries from the Windows filesystem will trigger anti-cheat detection by Windows filesystem filters.
78
+
:::
79
+
80
+
3. Move and rename the downloaded files from the Windows filesystem into your Linux environment.
67
81
68
82
Replace `<YourUsername>` with your actual Windows username, and update the filenames to match the version you downloaded (e.g., `driver_interface_zenith_ab12cd34ef.so`):
0 commit comments