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`).