From 2c65d88c62477e906e28e6d28799c4ed7528f79d Mon Sep 17 00:00:00 2001 From: Andreas Troelsen Date: Sat, 30 Jul 2022 14:57:07 +0200 Subject: [PATCH] Link to releases/actions in README. After the first release we should be able to link to the `/latest` URL just fine, so we'll just prep it now. We don't really want to maintain an "official" test builds channel on Discord, so that's out as well. --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03c3bb4..8e0d125 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,12 @@ It hooks into MobArena's command handler to provide commands for querying and ma ## Getting Started -Download a copy of the latest MobArenaStats build and place it in your server's `plugins` folder. -You can grab a build from the _Artifacts_ section of the latest run of the [build workflow](https://github.com/mobarena/MobArenaStats/actions/workflows/build.yml) in GitHub Actions, or you can join the MobArena Discord server and grab one from the `#test-builds` channel. +Download a copy of MobArenaStats from one of these release channels: + +- Stable (recommended): [Latest release](https://github.com/mobarena/MobArenaStats/releases/latest) +- Dev (experimental): [Latest build](https://github.com/mobarena/MobArenaStats/actions/workflows/build.yml) + +Place the jar-file in your server's `plugins` folder like you would any other plugin. Start your server and let the plugin load. It will generate a default `config.yml` file and set up a default SQLite data store.