Skip to content

Commit 627c222

Browse files
committed
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.
1 parent e3fed51 commit 627c222

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManage
6969
If you prefer using scripts directly, you can use these platform-specific scripts:
7070

7171
**For Linux/macOS:**
72-
1. Download the [cursor_modifier.sh](scripts/cursor_modifier.sh)
72+
1. Download the [cursor_modifier.sh](cursor_modifier.sh)
7373
2. Make it executable:
7474
```bash
7575
chmod +x cursor_modifier.sh
@@ -80,7 +80,7 @@ If you prefer using scripts directly, you can use these platform-specific script
8080
```
8181

8282
**For Windows:**
83-
1. Download the [cursor_modifier.bat](scripts/cursor_modifier.bat)
83+
1. Download the [cursor_modifier.bat](cursor_modifier.bat)
8484
2. Right-click and "Run as administrator"
8585

8686
These scripts will:
@@ -162,7 +162,7 @@ Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManage
162162
如果您喜欢直接使用脚本,可以使用这些特定平台的脚本:
163163

164164
**适用于 Linux/macOS:**
165-
1. 下载 [cursor_modifier.sh](scripts/cursor_modifier.sh)
165+
1. 下载 [cursor_modifier.sh](cursor_modifier.sh)
166166
2. 使其可执行:
167167
```bash
168168
chmod +x cursor_modifier.sh
@@ -173,7 +173,7 @@ Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManage
173173
```
174174

175175
**适用于 Windows:**
176-
1. 下载 [cursor_modifier.bat]脚本/cursor_modifier.bat)
176+
1. 下载 [cursor_modifier.bat](cursor_modifier.bat)
177177
2. 右键单击并 “以管理员身份运行”。
178178

179179
这些脚本将

0 commit comments

Comments
 (0)