From bff2270c982a7415afb1382593c1e9fdc563f76c Mon Sep 17 00:00:00 2001 From: Kurt Thiemann Date: Mon, 29 Jan 2024 12:02:44 +0100 Subject: [PATCH] better wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55c1aa6..adadb3b 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ This library includes a simple cli tool. Thanos uses [Taskmaster](https://github.com/aternosorg/taskmaster) for asynchronous tasks, which can be configured [using environment variables](https://github.com/aternosorg/taskmaster#defining-workers-using-environment-variables). ### Windows support -While Thanos will generally work on Windows, it will be much slower since multi-threading is not supported on Windows. +While Thanos will generally work on Windows, it will be much slower since asynchronous tasks are not supported. It is therefore recommended to use the [Windows Subsystem for Linux](https://learn.microsoft.com/en-us/windows/wsl/install) to run Thanos on Windows. ### Worlds