From daec9ad16477f795638e78b5bcd9e32e8cb6b379 Mon Sep 17 00:00:00 2001 From: Anna Wellmann <a.wellmann@tu-braunschweig.de> Date: Thu, 2 Jun 2022 09:01:00 +0000 Subject: [PATCH] Fix link to Getting Started in Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e762a1faf..fd2763b7b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ VirtualFluids is mainly supported on these two platforms: - Windows VirtualFluids can also be build and used in a Docker image. An ubuntu development environment is located in the [container registry](https://git.rz.tu-bs.de/irmb/virtualfluids/container_registry). -An extensive guide about the usage and development in VirtualFluids with docker can be found [here](https://git.rz.tu-bs.de/irmb/virtualfluids/-/wikis/Getting-Start-with-the-development-of-VirtualFluids). +An extensive guide about the usage and development in VirtualFluids with docker can be found [here](https://git.rz.tu-bs.de/irmb/virtualfluids/-/wikis/Getting-Started-with-the-Development-of-VirtualFluids). The following is a brief explanation of how to use it without Docker: -- GitLab