diff --git a/docs/GETTING-STARTED.md b/docs/GETTING-STARTED.md index 1621b15..1e86a31 100644 --- a/docs/GETTING-STARTED.md +++ b/docs/GETTING-STARTED.md @@ -49,18 +49,15 @@ cd inner-dialogue ## Step 3: Run Setup -From the inner-dialogue folder: +From the inner-dialogue folder, type: -**Mac/Linux:** Double-click `setup.command` - -**Windows:** Double-click `setup.bat` - -**Or from Terminal/PowerShell:** ``` -claude -p "start" +claude ``` -Claude will guide you through setup by asking a few questions: +Then type **"start"** (or anything) to begin setup. + +Claude will guide you through by asking a few questions: 1. **Therapist name** — What to call your AI therapist (e.g., Sage, Willow, Quinn) 2. **Communication style** — Warm 4o-style or direct & challenging (more available with Expansion Pack) diff --git a/setup.bat b/setup.bat deleted file mode 100644 index 306abda..0000000 --- a/setup.bat +++ /dev/null @@ -1,3 +0,0 @@ -@echo off -cd /d "%~dp0" -claude -p "start" diff --git a/setup.command b/setup.command deleted file mode 100755 index 1223c61..0000000 --- a/setup.command +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash -cd "$(dirname "$0")" -claude -p "start"