From 10e9dd6113851299278f4796c7b4e27d1e4ef631 Mon Sep 17 00:00:00 2001 From: Royi Date: Thu, 31 Oct 2024 15:59:24 +0200 Subject: [PATCH] Fixed Wrong Naming of WSL (#208) Fixed wrong naming of WSL. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d483490b..932e22d4 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ using PETSc PETSc.libs ``` ## Windows users -The package currently does not work on windows, mainly because `MicrosoftMPI_jll` does not function when used along with the precompiled version used in `PETSc_jll`. Windows users are therefore advised to install the Windows Subshell for Linux (WSL) and run PETSc through there. +The package currently does not work on windows, mainly because `MicrosoftMPI_jll` does not function when used along with the precompiled version used in `PETSc_jll`. Windows users are therefore advised to install the [Windows Subsystem for Linux](https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux) (WSL) and run PETSc through there. ## Getting started The documentation is currently rather minimalistic; yet, if you want to see what is possible have a look at the [examples](./examples/) directory or at the tests in the [test](./test) directory. We do keep the tests up to date, so that is a good starting point.