Skip to content

Commit b718bf4

Browse files
authored
Update default Ubuntu in quickstart (#585)
1 parent 314df20 commit b718bf4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

quickstart/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ To get a feeling what preCICE does, watch a [short presentation](https://www.you
1818

1919
## Installation
2020

21-
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:
21+
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:
2222

2323
```bash
24-
wget https://github.com/precice/precice/releases/download/v3.1.2/libprecice3_3.1.2_jammy.deb
25-
sudo apt install ./libprecice3_3.1.2_jammy.deb
24+
wget https://github.com/precice/precice/releases/download/v3.1.2/libprecice3_3.1.2_noble.deb
25+
sudo apt install ./libprecice3_3.1.2_noble.deb
2626
```
2727

2828
| OS | Package |

0 commit comments

Comments
 (0)