From 61e323f603cad39d45e06a99ad0b4e656b56ca22 Mon Sep 17 00:00:00 2001 From: Roland Tannous <115670425+rolandtannous@users.noreply.github.com> Date: Wed, 18 Feb 2026 03:58:44 +0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d2092b3a9..3d2810fae5 100644 --- a/README.md +++ b/README.md @@ -45,12 +45,14 @@ This script will: ### Launch the studio ```bash -# After setup, open a new terminal (or source ~/.bashrc), then: +# After setup, open a new terminal (or source ~/.bashrc), then inside your working directory: unsloth-ui -H 0.0.0.0 -p 8000 ``` On **first launch**, a one-time setup token is printed to the console. Use it in the browser to create your admin account. +As this repo is in continuous development, please make sure to run the setup.sh file everytime you pull new changes from the repo. + ## API Reference All endpoints require a valid JWT `Authorization: Bearer ` header (except `/api/auth/*` and `/api/health`).