diff --git a/README.md b/README.md index c22c329..da5ab83 100644 --- a/README.md +++ b/README.md @@ -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.