summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-07-13 23:07:46 +0300
committerPaul Buetow <paul@buetow.org>2025-07-13 23:07:46 +0300
commit3a5f62fcba39032279a0fa44ef72bfae38656677 (patch)
tree26bf0a887b618c59df876755124c6e0d0630320c /README.md
parent5feaed014f83e83e8accb1a1ff43930cb1fb5e5d (diff)
fix: change default config path to ~/.config/gitsyncer/config.json
- Add .json extension to default config path for clarity - Update all documentation and help text - Update config search paths to include the new default The new default path is ~/.config/gitsyncer/config.json (previously ~/.config/gitsyncer/config) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c3a9ed2..ee175c4 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ go build -o gitsyncer ./cmd/gitsyncer
## Configuration
-Create a configuration file at `~/.config/gitsyncer/config` (or specify a custom path with `-c`):
+Create a configuration file at `~/.config/gitsyncer/config.json` (or specify a custom path with `-c`):
```json
{
@@ -251,7 +251,7 @@ gitsyncer version
These options are available for all commands:
-- `-c, --config` - Path to configuration file (default: ~/.config/gitsyncer/config)
+- `-c, --config` - Path to configuration file (default: ~/.config/gitsyncer/config.json)
- `-w, --work-dir` - Working directory (default: ~/git/gitsyncer-workdir)
- `-h, --help` - Show help for any command