From 88a6dfc5cd233d986a54ef7c34f1e765a5f05d6a Mon Sep 17 00:00:00 2001 From: Roland Tannous Date: Wed, 25 Mar 2026 19:54:12 +0000 Subject: [PATCH] Revert "Update README.md" This reverts commit c30e1d20291758fc20013adb5e6445d5e1899252. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd765849d9..f253b2086b 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,8 @@ unsloth studio update --local ```powershell git clone https://github.com/unslothai/unsloth.git cd unsloth -Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass .\install.ps1 --local +Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass +.\install.ps1 --local unsloth studio -H 0.0.0.0 -p 8888 ``` Then to update : @@ -124,7 +125,8 @@ Run in Windows Powershell: git clone https://github.com/unslothai/unsloth.git cd unsloth git checkout nightly -Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass .\install.ps1 --local +Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass +.\install.ps1 --local unsloth studio -H 0.0.0.0 -p 8888 ``` Then to launch every time: