Skip to content

Commit 0343ca8

Browse files
committed
chore: update docu link
1 parent ac45ee8 commit 0343ca8

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

README.MD

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff 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
3133
instances:
@@ -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.

0 commit comments

Comments
 (0)