From c714e4612a4f1486db0ba20accf05fd1ec960e50 Mon Sep 17 00:00:00 2001 From: Egon Willighagen Date: Sat, 14 Oct 2023 10:19:02 +0200 Subject: [PATCH 1/2] Small typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0918ce05f5..d660720025 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/2] 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 c1e2f23322..c2bf429126 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/`