Merge pull request #25 from powercat/patch-1

Fix typo in readme: /.../ -> /../ in a path
This commit is contained in:
Amy Ackermann
2018-07-27 15:42:46 -07:00
committed by GitHub
+1 -1
View File
@@ -26,7 +26,7 @@ in either Debug or Non-Steam Release configuration.
Please note that while the built exe ends up in the bin/win64/ directory, it expects to be Please note that while the built exe ends up in the bin/win64/ directory, it expects to be
started with its working directory set to the main directory (where the started with its working directory set to the main directory (where the
launcher exe is). So when debugging from visual studio, make sure the 'Working launcher exe is). So when debugging from visual studio, make sure the 'Working
Directory' configuration property is set to ../.../.. Directory' configuration property is set to ../../..
### Building on Linux ### Building on Linux
The equivalent launcher on linux is StarRuler2.sh. To build the binary files on linux, The equivalent launcher on linux is StarRuler2.sh. To build the binary files on linux,