fix: correct command syntax from 'claude run' to slash commands

- Update all documentation to use /command-name syntax
- Fix README, CLAUDE.md, install.sh, and command docs
- Commands run directly in Claude Code with /command-name
This commit is contained in:
Noah Brier
2025-09-13 12:30:37 -04:00
parent ef2593e173
commit 6bc043665b
4 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
**⚠️ IMPORTANT: This CLAUDE.md is for maintaining the claudesidian repository itself.**
**If you're a user setting up your own Obsidian vault:**
- Run `claude run init-bootstrap` to create your personalized CLAUDE.md
- Run `/init-bootstrap` in Claude Code to create your personalized CLAUDE.md
- That command will overwrite this file with your custom configuration
- This file is only for contributors working on the claudesidian project
@@ -86,7 +86,7 @@ claudesidian/
git clone https://github.com/heyitsnoah/claudesidian.git test-claudesidian
cd test-claudesidian
pnpm install
claude run init-bootstrap # Test the setup flow
# Then in Claude Code: /init-bootstrap # Test the setup flow
```
### Important Files