From deb76dfa1d2a4a708e1b79d46d73723bdff2b27b Mon Sep 17 00:00:00 2001 From: Michael Han <107991372+shimmyshimmer@users.noreply.github.com> Date: Tue, 17 Mar 2026 07:57:46 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 429311baf3..16ec872b64 100644 --- a/README.md +++ b/README.md @@ -49,9 +49,11 @@ Unsloth Studio works on **Windows, Linux, WSL** and **macOS**. #### Windows, MacOS Linux or WSL: ``` -pip install unsloth +git clone https://github.com/unslothai/unsloth.git +cd unsloth +pip install -e . unsloth studio setup -unsloth studio -H 0.0.0.0 -p 8000 +unsloth studio -H 0.0.0.0 -p 8888 ``` Use our [Docker image](https://hub.docker.com/r/unsloth/unsloth) ```unsloth/unsloth``` container. Read our [Docker Guide](https://unsloth.ai/docs/get-started/install/docker). #### Git from source