From 627c2220a613d8fd2d27ee008805903a621e0519 Mon Sep 17 00:00:00 2001 From: Xx Date: Fri, 13 Dec 2024 16:34:08 +0800 Subject: [PATCH] fix: Update script download links in README.md for accuracy - Corrected the download links for `cursor_modifier.sh` and `cursor_modifier.bat` in both English and Chinese sections of README.md to point to the correct file paths, enhancing clarity and usability for users. These changes ensure that users can easily access the installation scripts without confusion. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2be5413..26847e0 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManage If you prefer using scripts directly, you can use these platform-specific scripts: **For Linux/macOS:** -1. Download the [cursor_modifier.sh](scripts/cursor_modifier.sh) +1. Download the [cursor_modifier.sh](cursor_modifier.sh) 2. Make it executable: ```bash chmod +x cursor_modifier.sh @@ -80,7 +80,7 @@ If you prefer using scripts directly, you can use these platform-specific script ``` **For Windows:** -1. Download the [cursor_modifier.bat](scripts/cursor_modifier.bat) +1. Download the [cursor_modifier.bat](cursor_modifier.bat) 2. Right-click and "Run as administrator" These scripts will: @@ -162,7 +162,7 @@ Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManage 如果您喜欢直接使用脚本,可以使用这些特定平台的脚本: **适用于 Linux/macOS:** -1. 下载 [cursor_modifier.sh](scripts/cursor_modifier.sh) +1. 下载 [cursor_modifier.sh](cursor_modifier.sh) 2. 使其可执行: ```bash chmod +x cursor_modifier.sh @@ -173,7 +173,7 @@ Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManage ``` **适用于 Windows:** -1. 下载 [cursor_modifier.bat](脚本/cursor_modifier.bat) +1. 下载 [cursor_modifier.bat](cursor_modifier.bat) 2. 右键单击并 “以管理员身份运行”。 这些脚本将