From 7e51b976f1c65c3f0b7d4879a83d8f6023a6e69b Mon Sep 17 00:00:00 2001 From: Vsevolod Kremianskii Date: Wed, 10 Mar 2021 14:32:49 +0700 Subject: [PATCH] doc: Mention the launcher app in the README.md [ci skip] --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db256da1..28a51106 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,9 @@ Install [Visual C++ Redistributable](https://aka.ms/vs/16/release/vc_redist.x64. ## Usage -Specify a game path to run the game, e.g. `reone --game C:\swkotor` +Launch reone either using the launcher application, or from the command line: + +`reone --game C:\swkotor` Controls: @@ -51,7 +53,9 @@ Developer mode controls: ## Configuration -reone can be configured from either a command line or a configuration file. Configuration file, named "reone.cfg", must be located in the current directory. See a complete list of options [here](https://github.com/seedhartha/reone/wiki/Program-options). +reone can be configured from either the launcher, the configuration file, or the command line. + +Configuration file, named "reone.cfg", must be located in the current directory. See a complete list of program options [here](https://github.com/seedhartha/reone/wiki/Program-options). ## Similar Projects