From 81317077cbe411b3f8fa93154babfe839e6e63a0 Mon Sep 17 00:00:00 2001 From: Xx Date: Wed, 11 Dec 2024 17:58:57 +0800 Subject: [PATCH] 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. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fdb6131..84b099b 100644 --- a/README.md +++ b/README.md @@ -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