From 5a5c69571dafd036c73459ad9bd4d541cf6020da Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Mon, 8 Jan 2024 20:19:13 +0100 Subject: [PATCH] Update suggested Ubuntu version in Quickstart to 22.04 --- quickstart/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/quickstart/README.md b/quickstart/README.md index 529592c0c..6247de402 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 20.04 (Focal Fossa), 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 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: ```bash - wget https://github.com/precice/precice/releases/download/v2.5.0/libprecice2_2.5.0_focal.deb - sudo apt install ./libprecice2_2.5.0_focal.deb + wget https://github.com/precice/precice/releases/download/v2.5.0/libprecice2_2.5.0_jammy.deb + sudo apt install ./libprecice2_2.5.0_jammy.deb ``` - Are you using something else? Just pick what suits you best on [this overview page](https://precice.org/installation-overview.html).