File tree Expand file tree Collapse file tree 1 file changed +8
-15
lines changed
Expand file tree Collapse file tree 1 file changed +8
-15
lines changed Original file line number Diff line number Diff line change @@ -12,20 +12,22 @@ A command-line tool for exporting ChurchTools groups to CSV files, designed for
1212- Configurable data fields and value transformations
1313- Cross-platform support (Windows, macOS, Linux)
1414
15- ## Quick Start
15+ ## Documentation
16+
17+ https://mvach.github.io/ctRestClient
18+
19+ ## License
1620
17- For detailed user instructions, see:
18- - [ docs/manual-en.md] ( docs/manual-en.md ) (English user manual)
19- - [ docs/manual-de.md] ( docs/manual-de.md ) (German user manual)
21+ This project is licensed under the MIT License - see the [ LICENSE] ( LICENSE ) file for details.
2022
21- ### Basic Usage
23+ ## Basic Usage
2224
2325``` bash
2426# Download the appropriate binary for your platform
2527./ctRestClient-linux-amd64 -c config.yml -k tokens.kdbx
2628```
2729
28- ### Configuration Example
30+ ## Configuration Example
2931
3032``` yaml
3133instances :
@@ -106,12 +108,3 @@ go build -o bin/ctRestClient ./main.go
106108# - ctRestClient-darwin-arm64
107109# - ctRestClient-linux-amd64
108110```
109-
110- ## Documentation
111-
112- - [ docs/manual-en.md] ( docs/manual-en.md ) - Complete English user manual
113- - [ docs/manual-de.md] ( docs/manual-de.md ) - Complete German user manual
114-
115- ## License
116-
117- This project is licensed under the MIT License - see the [ LICENSE] ( LICENSE ) file for details.
You can’t perform that action at this time.
0 commit comments