Fix typo in README.

This commit is contained in:
Paul Chote 2017-08-22 20:47:45 +01:00
parent b66892e67c
commit b8366c8b21

View File

@ -9,7 +9,7 @@ The key scripts in this SDK are:
| make.cmd | Makefile | Compiles your project and fetches dependencies (including the OpenRA engine).
| launch-game.cmd | launch-game.sh | Launches your project from the SDK directory.
| launch-server.cmd | launch-server.sh | Launches a dedicated server for your project from the SDK directory.
| utility.cmd | launch-server.sh | Launches the OpenRA Utility for your project.
| utility.cmd | utility.sh | Launches the OpenRA Utility for your project.
| <not available> | packaging/package-all.sh | Generates release installers for your project.
To launch your project from the development environment you must first compile the project by running `make.cmd` (Windows), or opening a terminal in the SDK directory and running `make` (Linux / macOS). You can then run `launch-game.cmd` (Windows) or `launch-game.sh` (Linux / macOS) to run your game.