diff --git a/README.md b/README.md index a8accd377..113b5b752 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,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://v6.docs.sirius-ms.io/install) for details. +See the [documentation](https://v6.docs.sirius-ms.io/install) for details. ### [Creating a user account](https://v6.docs.sirius-ms.io/account-and-license/) diff --git a/sirius_dist/README.md b/sirius_dist/README.md index 514f2f58e..c976c2c32 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/`