Skip to content
Open
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ git clone https://github.com/danielmiessler/PAI.git ~/.claude

**2. Run the Setup Wizard**
```bash
~/.claude/.claude/tools/setup/bootstrap.sh
~/.claude/tools/setup/bootstrap.sh
```

**3. Add Your API Keys**
Expand Down Expand Up @@ -135,7 +135,7 @@ git clone https://github.com/danielmiessler/PAI.git ~/.claude

**2. Run the Setup Wizard**
```bash
~/.claude/.claude/tools/setup/bootstrap.sh
~/.claude/tools/setup/bootstrap.sh
```

**3. Add Your API Keys**
Expand Down
8 changes: 4 additions & 4 deletions docs/QUICKSTART.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ git clone https://github.com/danielmiessler/PAI.git ~/.claude
### 2. Run the Setup Wizard

```bash
~/.claude/.claude/tools/setup/bootstrap.sh
~/.claude/tools/setup/bootstrap.sh
```

The bootstrap script handles everything:
Expand Down Expand Up @@ -62,7 +62,7 @@ git clone https://github.com/danielmiessler/PAI.git ~/.claude
### 2. Run the Setup Wizard

```bash
~/.claude/.claude/tools/setup/bootstrap.sh
~/.claude/tools/setup/bootstrap.sh
```

The bootstrap script handles everything:
Expand Down Expand Up @@ -157,7 +157,7 @@ For automation or scripting:

**macOS/Linux:**
```bash
cd ~/.claude/.claude/tools/setup
cd ~/.claude/tools/setup
bun run setup.ts \
--pai-dir ~/.claude \
--name "Your Name" \
Expand Down Expand Up @@ -289,7 +289,7 @@ If you see errors like `No such file or directory: __HOME__/.claude/...`, the `P

**Fix: Re-run the setup script**
```bash
bash ~/.claude/.claude/setup.sh
bash ~/.claude/setup.sh
```

This automatically configures `PAI_DIR` with your actual home directory path.
Expand Down