From 8b69d7c2ee5e1ed812b95bae57c24321bd97463a Mon Sep 17 00:00:00 2001 From: Vitalii Koshura Date: Fri, 7 Jun 2024 10:40:49 +0200 Subject: [PATCH] Add plugin.png image to the artifacts Signed-off-by: Vitalii Koshura --- .github/workflows/build.yml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 57c931f..c68cda7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,3 +29,4 @@ jobs: path: | raccoon2_boinc_installer.py README.md + plugin.png diff --git a/README.md b/README.md index cd003da..d62b56c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ IMPORTANT: To submit tasks to [BOINC Central](https://boinc.berkeley.edu/central ## Installation -To install the plugin, you need to have Raccoon2 1.5.7 installed (could be taken from [here](https://ccsb.scripps.edu/mgltools/downloads/)) and plugin downloaded from the [releases](https://github.com/BOINC/Raccoon2_BOINC_Plugin/releases/tag/v1.0.1) +To install the plugin, you need to have Raccoon2 1.5.7 installed (could be taken from [here](https://ccsb.scripps.edu/mgltools/downloads/)) and plugin downloaded from the [releases](https://github.com/BOINC/Raccoon2_BOINC_Plugin/releases/tag/v1.0.2) Then, navigate to the `MGLTOOLS_FOLDER` folder, and put `raccoon2_boinc_installer.py` there, where `MGLTOOLS_FOLDER` is the folder where MGLTools is installed.