From 93eec45473c5313c8749261c07f9fef8be784e12 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Tue, 30 Jun 2026 14:43:00 -0600 Subject: [PATCH] docs: fixed coyote install script URLs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8330bea..a68b9ca 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ You can use the following command to run a bash script that downloads and instal OS (Linux/MacOS) and architecture (x86_64/arm64): ```shell -curl -fsSL https://raw.githubusercontent.com/Dark-Alex-17/coyote/main/install_coyote.sh | bash +curl -fsSL https://raw.githubusercontent.com/Dark-Alex-17/coyote/refs/heads/main/scripts/install_coyote.sh | bash ``` #### Windows/Linux/MacOS (`PowerShell`) @@ -106,7 +106,7 @@ You can use the following command to run a PowerShell script that downloads and for your OS (Windows/Linux/MacOS) and architecture (x86_64/arm64): ```powershell -powershell -NoProfile -ExecutionPolicy Bypass -Command "iwr -useb https://raw.githubusercontent.com/Dark-Alex-17/coyote/main/scripts/install_coyote.ps1 | iex" +powershell -NoProfile -ExecutionPolicy Bypass -Command "iwr -useb https://raw.githubusercontent.com/Dark-Alex-17/coyote/refs/heads/main/scripts/install_coyote.ps1 | iex" ``` ### Manual