Skip to content
Draft
Show file tree
Hide file tree
Changes from 3 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
5 changes: 2 additions & 3 deletions docs/manual/develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,8 @@ Nightly tests: [CDASH](https://cdash.seqan.de/index.php?project=OpenMS).
Consider the following resources for further information:

- **Guidelines for adding new dependency libraries**: View the guidelines for [adding new dependency libraries](/manual/develop/developer-guidelines-for-adding-new-dependent-libraries.md).
- **Experimental installers**: We automatically build installers for different platforms. These usually contain
unstable or partially untested code.
The nightly (unstable) installers are available at the [build archive](https://abibuilder.cs.uni-tuebingen.de/archive/openms/OpenMSInstaller/nightly/).
- **Binary installers**: We provide pre-built binary installers for different platforms.
The latest stable installers are available on the [GitHub releases page](https://github.com/OpenMS/OpenMS/releases/latest).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The latest stable installers are available on the [GitHub releases page](https://github.com/OpenMS/OpenMS/releases/latest).
The latest stable installers are available on the [build archive](https://abibuilder.cs.uni-tuebingen.de/archive/openms/OpenMSInstaller/nightly/.

- **Developer FAQ**: Visit the [Developer FAQ](/manual/develop/developer-faq.md) to get answers to frequently asked questions.

```{toctree}
Expand Down
5 changes: 2 additions & 3 deletions docs/manual/develop/developer-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ Insert round brackets around the method declaration.

### Where can I find the binary installers created?

View the binary installers at the [build archive](https://abibuilder.cs.uni-tuebingen.de/archive/openms/OpenMSInstaller/nightly/).
Please verify the creation date of the individual installers, as there may have been an error while creating
the installer.
View the binary installers on the [GitHub releases page](https://github.com/OpenMS/OpenMS/releases/latest).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
View the binary installers on the [GitHub releases page](https://github.com/OpenMS/OpenMS/releases/latest).
View the binary installers on the [build archive](https://abibuilder.cs.uni-tuebingen.de/archive/openms/OpenMSInstaller/nightly/).

Please check the release date to ensure you are getting the most recent stable version.

## Troubleshooting

Expand Down