From c714e4612a4f1486db0ba20accf05fd1ec960e50 Mon Sep 17 00:00:00 2001 From: Egon Willighagen Date: Sat, 14 Oct 2023 10:19:02 +0200 Subject: [PATCH 1/3] Small typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0918ce05f..d66072002 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Therefore, we highly recommend using the [**signed** installers](https://github. [Bright Giant](https://bright-giant.com) (also linked above). These installers ease the installation process by triggering no (or less) security issues of the respective OS. -See the [documenntation](https://boecker-lab.github.io/docs.sirius.github.io/install) for details. +See the [documentation](https://boecker-lab.github.io/docs.sirius.github.io/install) for details. ### [Creating a user account](https://boecker-lab.github.io/docs.sirius.github.io/account-and-license/) From a99b0e3373a4b162eea59d66179eec44aea2c8ea Mon Sep 17 00:00:00 2001 From: Egon Willighagen Date: Sun, 22 Oct 2023 07:38:49 +0200 Subject: [PATCH 2/3] Another small typo --- sirius_dist/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sirius_dist/README.md b/sirius_dist/README.md index c1e2f2332..c2bf42912 100644 --- a/sirius_dist/README.md +++ b/sirius_dist/README.md @@ -26,7 +26,7 @@ It just holds different gradle configurations to build different packages/instal ### Build a Distribution locally Our build scripts create distributions for the OS they are executed on. So running it on linux will build a Linux version of SIRIUS. Each sub directory of `sirius_dist` corresponds to a specific SIRIUS type. The most common verisions are -the GUI (`sirius_gui_single_os`) and the CLI (`sirius_cli_single_os`). The following tasks of teh `distribution` group +the GUI (`sirius_gui_single_os`) and the CLI (`sirius_cli_single_os`). The following tasks of the `distribution` group are available to create an application image. Running `gradle clean` on the specific sub dir might be necessary beforehand. Results will be available in `build/distributions/` From 7abff7fb7b4fba831451e2e5684c8438afe5d6c5 Mon Sep 17 00:00:00 2001 From: marcus-ludwig <31512153+marcus-ludwig@users.noreply.github.com> Date: Fri, 8 Mar 2024 12:30:01 +0100 Subject: [PATCH 3/3] Update README.md to remove unavailable download links of CLI-only version --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 3b8b462b0..bd5e5ddad 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,6 @@ via conda. - for Mac (64bit): [pkg](https://github.com/boecker-lab/sirius/releases/download/v5.8.6/sirius-5.8.6-osx64.pkg) / [zip](https://github.com/boecker-lab/sirius/releases/download/v5.8.6/sirius-5.8.6-osx64.zip) / [pkg (signed by Bright Giant)](https://github.com/bright-giant/sirius/releases/download/v5.8.6/sirius-5.8.6-osx64.pkg) - for Linux (64bit): [zip](https://github.com/boecker-lab/sirius/releases/download/v5.8.6/sirius-5.8.6-linux64.zip) -### SIRIUS+CSI:FingerID Command-Line Interface only - Version 5.8.6 (2024-01-27) -##### These versions include the Java Runtime Environment, so there is no need to install Java separately! Just download, install/unpack and execute. -- for Windows (64bit): [msi](https://github.com/boecker-lab/sirius/releases/download/v5.8.6/sirius-5.8.6-win64-headless.msi) / [zip](https://github.com/boecker-lab/sirius/releases/download/v5.8.6/sirius-5.8.6-win64-headless.zip) / [msi (signed by Bright Giant)](https://github.com/bright-giant/sirius/releases/download/v5.8.6/sirius-5.8.6-win64-headless.msi) -- for Mac (64bit): [pkg](https://github.com/boecker-lab/sirius/releases/download/v5.8.6/sirius-5.8.6-osx64-headless.pkg) / [zip](https://github.com/boecker-lab/sirius/releases/download/v5.8.6/sirius-5.8.6-osx64-headless.zip) / [pkg (signed by Bright Giant)](https://github.com/bright-giant/sirius/releases/download/v5.8.6/sirius-5.8.6-osx64-headless.pkg) -- for Linux (64bit): [zip](https://github.com/boecker-lab/sirius/releases/download/v5.8.6/sirius-5.8.6-linux64-headless.zip) -