Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/about/installation/installation-on-gnu-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Some thirdparty software used via adapter tools in OpenMS might also require an

## Install via the provided Debian package

For Debian-based Linux users, it is suggested to use the [deb-package](https://abibuilder.cs.uni-tuebingen.de/archive/openms/OpenMSInstaller/release/latest/) provided. It is most easily installed with **[gdebi](https://launchpad.net/gdebi)**
For Debian-based Linux users, it is suggested to use the [deb-package](https://github.com/OpenMS/OpenMS/releases/latest) provided. It is most easily installed with **[gdebi](https://launchpad.net/gdebi)**
which automatically resolves the dependencies available in the PPA Repositories.

```bash
Expand Down
4 changes: 2 additions & 2 deletions docs/about/installation/installation-on-macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ macOS

To install OpenMS on macOS, run the following steps:

1. Download and install the macOS drag-and-drop installer from the [archive](https://abibuilder.cs.uni-tuebingen.de/archive/openms/OpenMSInstaller/release/latest/).
2.Double click on the downloaded file. It will start to open the `OpenMS-<version>-macOS.pkg` installer file.
1. Download and install the macOS drag-and-drop installer from the [GitHub releases page](https://github.com/OpenMS/OpenMS/releases/latest).
2. Double click on the downloaded file. It will start to open the `OpenMS-<version>-macOS.pkg` installer file.

```{image} /_images/installations/macos/Warning-openMS-3.3.0-macOS-Silicon.pkg-Not-Opened.png
:alt: macOS warning message when opening OpenMS-<version>-macOS.pkg
Expand Down
2 changes: 1 addition & 1 deletion docs/about/installation/installation-on-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Windows

To Install the binary package of OpenMS & {term}`TOPP`:

1. Download the installer `OpenMS-<version>-Win64.exe` from the [archive](https://abibuilder.cs.uni-tuebingen.de/archive/openms/OpenMSInstaller/release/latest/)
1. Download the installer `OpenMS-<version>-Win64.exe` from the [GitHub releases page](https://github.com/OpenMS/OpenMS/releases/latest)
2. Execute the installer under the user account that later runs OpenMS and follow its instructions.

You may see a Windows Defender Warning, since our installer is not digitally signed.
Expand Down
Loading