Skip to content
Merged
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
6 changes: 3 additions & 3 deletions quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ To get a feeling what preCICE does, watch a [short presentation](https://www.you

## Installation

1. Get and install preCICE. For Ubuntu 22.04 (Jammy Jellyfish), this is pretty easy: [download](https://github.com/precice/precice/releases/latest) and install our binary package by clicking on it or using the following commands:
1. Get and install preCICE. For Ubuntu 24.04 (Noble Numbat), this is pretty easy: [download](https://github.com/precice/precice/releases/latest) and install our binary package by clicking on it or using the following commands:

```bash
wget https://github.com/precice/precice/releases/download/v3.1.2/libprecice3_3.1.2_jammy.deb
sudo apt install ./libprecice3_3.1.2_jammy.deb
wget https://github.com/precice/precice/releases/download/v3.1.2/libprecice3_3.1.2_noble.deb
sudo apt install ./libprecice3_3.1.2_noble.deb
```

| OS | Package |
Expand Down