mirror of
https://github.com/yuaotian/go-cursor-help.git
synced 2025-06-08 12:32:06 +08:00
fix: Update installation URLs in README.md for accuracy
- Corrected the download URLs in the installation instructions for both Linux/macOS and Windows PowerShell to point to the raw content on GitHub. - This change ensures users can successfully retrieve the installation script without encountering broken links. These updates enhance the reliability of the documentation and improve the user experience during the installation process.
This commit is contained in:
parent
38e027cf3f
commit
81317077cb
@ -65,7 +65,7 @@ this is a mistake.
|
||||
#### Linux/macOS
|
||||
|
||||
```bash
|
||||
curl -fsSL https://github.com/yuaotian/go-cursor-help/raw/refs/heads/master/install.sh | sudo bash
|
||||
curl -fsSL https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/install.sh | sudo bash
|
||||
```
|
||||
|
||||
#### Windows PowerShell
|
||||
@ -208,7 +208,7 @@ this is a mistake.
|
||||
|
||||
|
||||
```bash
|
||||
curl -fsSL https://github.com/yuaotian/go-cursor-help/raw/refs/heads/master/install.sh | sudo bash
|
||||
curl -fsSL https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/install.sh | sudo bash
|
||||
```
|
||||
|
||||
#### Windows PowerShell
|
||||
|
Loading…
x
Reference in New Issue
Block a user