Skip to content

Commit

Permalink
Tweak launcher instructions a bit, inclusion of alt auto option
Browse files Browse the repository at this point in the history
  • Loading branch information
Col-E committed Oct 12, 2023
1 parent 6b158fa commit 8cff344
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <VALUE>` 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 <VALUE>` 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
Expand Down

0 comments on commit 8cff344

Please sign in to comment.