Skip to content

Commit e7b2605

Browse files
committed
Fix exe names for Windows section in README
1 parent deaeb20 commit e7b2605

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ You need OpenGL 4.5+ or Vulkan 1.1+ graphics drivers for this to
1313
work. Download the project as a zip, unzip it, and run the precompiled
1414
exe file, either
1515

16-
`myricube-master/myricube-master/windows64/myricube.exe` for Vulkan 1.1
16+
`windows64/myricube.exe` for Vulkan 1.1
1717
(recommended) or
1818

19-
`myricube-master/myricube-master/windows64/myricube.exe` for OpenGL 4.5
19+
`windows64/myricube-gl.exe` for OpenGL 4.5
2020

2121
I have basically zero experience with Windows programming, so if the
2222
exe doesn't work and you feel nice, file an issue giving a description

0 commit comments

Comments
 (0)