Skip to content

Commit c03611b

Browse files
committed
Update release notes - simplify setup instructions
1 parent 3efc089 commit c03611b

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

RELEASE_NOTES.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,36 +6,29 @@ This release includes a pre-built client application so you can clone and run im
66

77
## 📦 Quick Start
88

9-
### Option 1: Use Pre-built Client (Recommended for Quick Setup)
9+
### Super Simple Setup (Recommended)
1010

1111
1. **Clone the repository:**
1212
```bash
1313
git clone https://github.com/databricks-solutions/project-0xfffff.git
1414
cd project-0xfffff
1515
```
1616

17-
2. **Download and extract the pre-built client:**
18-
- Go to the [Releases page](https://github.com/databricks-solutions/project-0xfffff/releases/tag/v1.0.0)
19-
- Download `client-build.tar.gz`
20-
- Extract it in the project root:
21-
```bash
22-
tar -xzf client-build.tar.gz
23-
```
24-
This will create the `client/build/` directory with all the necessary files.
25-
26-
3. **Run the server:**
17+
2. **Run the server:**
2718
```bash
2819
uv run uvicorn server.app:app --reload --port 8000
2920
```
3021

31-
4. **Open your browser:**
22+
3. **Open your browser:**
3223
```
3324
http://localhost:8000
3425
```
3526

36-
### Option 2: Build Client Yourself (For Development)
27+
**That's it!** The pre-built client is already included in `client/build/` - no build step required.
28+
29+
### Build Client Yourself (For Development Only)
3730

38-
If you want to modify the client or build from source:
31+
If you want to modify the client or rebuild from source:
3932

4033
```bash
4134
cd client

0 commit comments

Comments
 (0)