Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,18 @@ DeepSQL Desktop first ship + Agent/Brain/Editor hardening. Notes:

## Quick start

### One-liner install

```bash
curl -fsSL https://raw.githubusercontent.com/DeepSQLAI/deepsql/main/scripts/self-host/remote-install.sh | bash
```

This checks prerequisites, clones the latest release to `~/deepsql`, and guides you
through configuration. See [`scripts/self-host/remote-install.sh`](scripts/self-host/remote-install.sh)
for options (`--yes` for noninteractive, `--branch` for a specific version).

### Step-by-step

Five steps, in order. Budget about fifteen minutes, most of it waiting on the first build.

### 1. Check you have what you need
Expand Down
Loading
Loading