From f113f3511d32c6b3106a3d1b8eb96cdde0d75179 Mon Sep 17 00:00:00 2001 From: Michael Han <107991372+shimmyshimmer@users.noreply.github.com> Date: Fri, 20 Mar 2026 05:17:05 -0700 Subject: [PATCH] Update Install method.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 49651f4611..c308d66667 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Unsloth Studio (Beta) works on **Windows, Linux, WSL** and **macOS**. #### macOS, Linux, WSL: ```bash -curl -fsSL https://raw.githubusercontent.com/unslothai/unsloth/main/install.sh | sh +curl -fsSL https://unsloth.ai/install.sh | sh ``` If you don't have `curl`, use `wget`. Launch after setup via: ```bash @@ -63,7 +63,7 @@ unsloth studio -H 0.0.0.0 -p 8888 #### Windows: ```powershell -irm https://raw.githubusercontent.com/unslothai/unsloth/main/install.ps1 | iex +irm https://unsloth.ai/install.ps1 | iex ``` Launch after setup via: ```powershell