From f0c755dc59bc59ceedd1a69faf56d4e31c917f61 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org>
Date: Wed, 25 Aug 2021 10:46:44 +0200
Subject: [PATCH] DOC: add note on configuration

---
 README_SETUP.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README_SETUP.md b/README_SETUP.md
index 5fe2c1e..e87f459 100644
--- a/README_SETUP.md
+++ b/README_SETUP.md
@@ -35,6 +35,10 @@ the wrapped cpp library couldn't be loaded from the c interface) make
 sure you have the location of `libcaosdb.dylib` and `libccaosdb.dylib`
 in both, your `LD_LIBRARY_PATH` and your `DYLD_LIBRARY_PATH`.
 
+## Configuration
+The configuration is done the same way as the C++ client would do it. See 
+[caosdb-cpplib](https://gitlab.com/caosdb/caosdb-cpplib).
+
 ## Tests
 
 After installing, the unit tests can be executed by
-- 
GitLab