From 9cf3559b36b158297d1a72c5e0ed3f15c4ca32a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jarl=20Andr=C3=A9=20H=C3=BCbenthal?= Date: Sun, 15 Dec 2024 15:20:31 +0100 Subject: [PATCH] readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d4453e..ba361ed 100644 --- a/README.md +++ b/README.md @@ -137,8 +137,12 @@ For more detailed information about the API, different container configurations, ## Windows support +### Testcontainers Desktop + +This is the supported way to use Testcontainers Elixir on Windows. Download Testcontainers Desktop, install it and everything just works. + ### Native -You can run on windows natively with elixir and erlang. +You can run on windows natively with elixir and erlang. But its not really supported, but I have investigated and tried it out. These are my findings: First install Visual Studio 2022 with Desktop development with C++.