diff --git a/README.md b/README.md index bd5e5ddade..7681170d1d 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,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/) 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/`