From 9ba474cbb5633c0fb9bb071df641210c523f4ef5 Mon Sep 17 00:00:00 2001 From: fiso64 Date: Thu, 5 Sep 2024 16:31:57 +0200 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71da651..c0f585f 100644 --- a/README.md +++ b/README.md @@ -603,7 +603,7 @@ sldl --profile wishlist ## Notes - For macOS builds you can use publish.sh to build the app. Download dotnet from https://dotnet.microsoft.com/en-us/download/dotnet/6.0, then run `chmod +x publish.sh && sh publish.sh`. For intel macs, uncomment the x64 and comment the arm64 section in publish.sh. -- `--display single` and especially `double` can cause the printed lines to be duplicated or overwritten on some configurations (new windows terminal, git bash). Use another terminal or `--display-mode simple` in case of issues. +- The printed output may appear duplicated, overlap, or not update on some configurations (new windows terminal, git bash). Use another terminal or `--display-mode simple` in case of issues. ## Docker