From d2b8ed8def0aa2057a80d9dfe987143fd6895e7c Mon Sep 17 00:00:00 2001 From: Michael Han <107991372+shimmyshimmer@users.noreply.github.com> Date: Mon, 30 Mar 2026 01:33:33 -0700 Subject: [PATCH] Update install.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b392ed145f..92b6693d55 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ unsloth studio -H 0.0.0.0 -p 8888 ``` #### Update +To update, use the same install commands as above. Or for MacOS, WSL and Linux, run: ```bash unsloth studio update ``` @@ -152,7 +153,7 @@ unsloth studio -H 0.0.0.0 -p 8888 ``` Then to update : ```bash -unsloth studio update --local +unsloth studio update ``` #### Developer installs: Windows PowerShell: @@ -165,7 +166,7 @@ unsloth studio -H 0.0.0.0 -p 8888 ``` Then to update : ```bash -unsloth studio update --local +unsloth studio update ``` #### Nightly: MacOS, Linux, WSL: