Skip to content

Commit

Permalink
Merge pull request #135 from egonw/typo/fix
Browse files Browse the repository at this point in the history
Small typo
  • Loading branch information
mfleisch committed May 10, 2024
2 parents 7abff7f + a99b0e3 commit 3854fcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down
2 changes: 1 addition & 1 deletion sirius_dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/`

Expand Down

0 comments on commit 3854fcc

Please sign in to comment.