From 06d735e19ca084d98bf6f7e5067dbeea61061a12 Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Wed, 14 May 2025 11:37:26 +0200 Subject: [PATCH] Fix link to dockerhub in readme. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7a06b8351f..ae206f84ad 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ to the complex data structures and algorithms required. For the impatient: ------------------ -Let's say you've unpacked the .tar.gz file into a directory /path/to/dealii/sources. +Let's say you've unpacked the .tar.gz file into a directory /path/to/dealii/sources. Then configure, compile, and install the deal.II library with: $ mkdir build @@ -71,13 +71,13 @@ Docker Images: ------------- Docker images based on the Ubuntu operating system are available on -[Docker Hub](https://hub.docker.com/repository/docker/dealii/dealii). You can -use any of the available version -([list of available tags](https://hub.docker.com/repository/docker/dealii/dealii/tags)) +[Docker Hub](https://hub.docker.com/r/dealii/dealii). You can +use any of the available version +([list of available tags](https://hub.docker.com/r/dealii/dealii/tags)) by running, for example: $ docker run --rm -t -i dealii/dealii:master-focal -The above command would drop you into an isolated environment, in which you +The above command would drop you into an isolated environment, in which you will find the latest version of deal.II (master development branch) installed under `/usr/local`. -- 2.39.5