From e879373856d9235df97014448853040fc7a0a907 Mon Sep 17 00:00:00 2001 From: Daniela Silva <152733853+DaniSilvaCodes@users.noreply.github.com> Date: Wed, 17 Dec 2025 19:07:19 -0300 Subject: [PATCH] Update docs/windows.md Co-authored-by: user1823 <92206575+user1823@users.noreply.github.com> --- docs/windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/windows.md b/docs/windows.md index 062188e23..8bb1a079e 100644 --- a/docs/windows.md +++ b/docs/windows.md @@ -71,7 +71,7 @@ C:\msys64\usr\bin > If you already have native Windows apps relying on Git (for example, [posh-git](https://github.com/dahlbyk/posh-git) in PowerShell), they may conflict with the MSYS2 Git. > > - In that case, prefer using [Git for Windows](https://gitforwindows.org/) over msys2. -> - Ensure the `rsync` command is available +> - Ensure that `rsync` is available some other way ---