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: docs/Debug.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,11 +22,11 @@ You must download and install MSYS2 for easiest building on Windows.
22
22
23
23
### Compiling Red Eclipse
24
24
25
-
In the MSYS2 prompt, change directory to the location that of Red Eclipse:
25
+
In the MSYS2 prompt, change directory to the location of Red Eclipse:
26
26
```
27
27
cd /c/Users/qreev/Documents/redeclipse
28
28
```
29
-
*(note: that MSYS2 is using "/" as the root directory, so that `C:\Users\qreev\Documents\redeclipse` would be written as `/c/Users/qreev/Documents/redeclipse`*
29
+
*(note: that MSYS2 is using "/" as the root directory, so that `C:\Users\qreev\Documents\redeclipse` would be written as `/c/Users/qreev/Documents/redeclipse`)*
0 commit comments