Skip to content

Commit

Permalink
Update default Ubuntu in quickstart (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
uekerman authored Nov 11, 2024
1 parent 314df20 commit b718bf4
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit b718bf4

Please sign in to comment.