Skip to content

Commit

Permalink
Fixed Wrong Naming of WSL (#208)
Browse files Browse the repository at this point in the history
Fixed wrong naming of WSL.
  • Loading branch information
RoyiAvital authored Oct 31, 2024
1 parent f12a8a7 commit 10e9dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 10e9dd6

Please sign in to comment.