From 8cff344d59081434f9825eb92635ff9cb837080f Mon Sep 17 00:00:00 2001 From: Col-E Date: Thu, 12 Oct 2023 14:13:37 -0400 Subject: [PATCH] Tweak launcher instructions a bit, inclusion of alt auto option --- README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 90b1f376f..ae771d9a9 100644 --- a/README.md +++ b/README.md @@ -7,15 +7,17 @@ An easy to use modern Java bytecode editor that abstracts away the complexities ## Download - [Managed launcher](https://github.com/Col-E/Recaf-Launcher) - - Run the launcher with the following arguments: - - `update-ci -b dev4` - - `update-jfx` - - `compatibility` - - `run` - - To update Recaf use `update-ci -b dev4`. The `-b ` can be used to specify other 4X based branches. - - To run Recaf use the `run` command. - - To use the `run` command you must use the `update-jfx` command at least once. - - To validate your local environment can run Recaf the `compatibility` command tells you what conflicts exist, if any. + - Use the following launcher commands, one after another, to keep Recaf up-to-date and run it: + - `update-ci -b dev4` + - `update-jfx` + - `compatibility` + - `run` + - Or run the launcher with the following argument to do that all for you in one go: + - `auto` + - To update Recaf use `update-ci -b dev4`. The `-b ` can be used to specify other 4X based branches. + - To run Recaf use the `run` command. + - To use the `run` command you must use the `update-jfx` command at least once. + - To validate your local environment can run Recaf the `compatibility` command tells you what conflicts exist, if any. - [Independent releases](https://github.com/Col-E/Recaf/releases) _(None for 4X currently)_ ## Features