Skip to content

Commit 4d7bf8e

Browse files
committed
fix(docs): remove hardcoded config path references
The config location is platform-dependent via directories::ProjectDirs. Replaced hardcoded ~/.config/commitbee paths with references to commitbee init and commitbee doctor for discovering the actual path.
1 parent 3482548 commit 4d7bf8e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ commitbee config # Show current configuration
4646

4747
## Config
4848

49-
Location: `~/.config/commitbee/config.toml`
49+
Location: platform-dependent (use `commitbee init` to create, `commitbee doctor` to show path)
5050

5151
```toml
5252
provider = "ollama"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ That's it. CommitBee works with zero configuration if Ollama is running locally.
7878

7979
## 🔧 Configuration
8080

81-
CommitBee looks for configuration at `~/.config/commitbee/config.toml`. Create one with:
81+
CommitBee stores configuration in a platform-specific directory. Create a config with:
8282

8383
```bash
8484
commitbee init

0 commit comments

Comments
 (0)