Skip to content

Commit

Permalink
Be a bit more brief in the readme about launcher usage, delegate usag…
Browse files Browse the repository at this point in the history
…e to the launcher repo
  • Loading branch information
Col-E committed Jun 16, 2024
1 parent b5dab0e commit 34237aa
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,10 @@ An easy to use modern Java bytecode editor that abstracts away the complexities

## Download

- [Managed launcher](https://github.com/Col-E/Recaf-Launcher)
- 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.
- [Launcher](https://github.com/Col-E/Recaf-Launcher)
- Usage & instructions found on the launcher repo
- [Snapshot releases](https://github.com/Col-E/Recaf-Launcher/blob/master/MANUAL.md)
- See [CI actions](https://github.com/Col-E/Recaf/actions/workflows/build.yml) for release artifacts
- [Independent releases](https://github.com/Col-E/Recaf/releases) _(None for 4X currently)_

## Features
Expand Down

0 comments on commit 34237aa

Please sign in to comment.