From 7a1f71fc34fb9b62126196815cc9721819fd6a44 Mon Sep 17 00:00:00 2001
From: JanHab <Jan.Habscheid@web.de>
Date: Mon, 19 Aug 2024 15:23:29 +0200
Subject: [PATCH] Updated install info according to OS

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 4bbae30..5984502 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,7 @@ Find the thesis at:
 ## Installation
 
 As a numerical solver, mainly FEniCSx was used and installed via conda.
+All the calculations were performed on a Linux machine. According to the documentation, everything should work well on macOS, but this was not tested. FEniCSx offers some beta versions for Windows support, but it is recommended to use WSL2 instead.
 
 ```
 conda create --name fenicsx-env python=3.12.3 -y
-- 
GitLab