fix: clarify instructions for running scripts on Windows, specifying path format

This commit is contained in:
神楽坂アイリス 2025-05-27 12:00:40 +08:00
parent 0afd5107fb
commit 886c959183
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@ bash scripts/sync-upstream.sh upstream/master /tmp/blog-sync
* ✅ **Use Git Bash** to run the above commands;
* ❌ **Avoid using cmd.exe or PowerShell**, as they may cause compatibility issues with file paths;
* For best results, stick with Git Bash even on Windows.
* For best results, stick with Git Bash even on Windows.Use the `/c/...` format for path arguments and avoid Windows-style paths.
---