Update Install method.md

This commit is contained in:
Michael Han 2026-03-20 05:17:05 -07:00 committed by GitHub
commit f113f3511d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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