diff --git a/README.md b/README.md index 94d3c4e4..2ed849fb 100644 --- a/README.md +++ b/README.md @@ -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** @@ -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** diff --git a/docs/QUICKSTART.md b/docs/QUICKSTART.md index 9a3c48d0..8825d847 100644 --- a/docs/QUICKSTART.md +++ b/docs/QUICKSTART.md @@ -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: @@ -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: @@ -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" \ @@ -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.