Update README.md

remove newline from windows command
This commit is contained in:
Roland Tannous 2026-03-25 23:26:37 +04:00 committed by GitHub
commit c30e1d2029
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -97,8 +97,7 @@ 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 :
@ -125,8 +124,7 @@ 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: