From c89ab9ace99492e46f0f3bb36de75f4b2cea1e9c Mon Sep 17 00:00:00 2001 From: Benjamin Uekermann Date: Mon, 11 Nov 2024 11:27:35 +0100 Subject: [PATCH] Update default Ubuntu in quickstart --- quickstart/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/quickstart/README.md b/quickstart/README.md index a88e71c60..db63cfae6 100644 --- a/quickstart/README.md +++ b/quickstart/README.md @@ -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 |