From 198e46c9209373844b9a0ad8715461c921b981ae Mon Sep 17 00:00:00 2001 From: Howard ZHY <96782166+HowardZHY@users.noreply.github.com> Date: Tue, 2 Jul 2024 03:54:22 +0800 Subject: [PATCH] [ci skip] Fix JavaDowngrader link in README.md (#95) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0845bd6..6ea3c8e 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ Switch to the `master` branch for the latest changes. ## Installation ViaVersion 5.0.0+ versions are using Java 17 which is usually not supported by this setup, -therefore a script automatically downloading and downgrading the jar files using [JavaDowngrader]() has been written: +therefore a script automatically downloading and downgrading the jar files using [JavaDowngrader](https://github.com/RaphiMC/JavaDowngrader) has been written: 1. Execute either `./run.sh` or `run.bat` depending on your operating system. 2. A `downloads` folder will be created which is ignored by git and should not be pushed. 3. The `output` directory will contain the final jar files and will be automatically used by the build script. -Note: the `url_list.txt` contains all the URLs of the jar files that need to be downloaded. \ No newline at end of file +Note: the `url_list.txt` contains all the URLs of the jar files that need to be downloaded.