diff --git a/README.md b/README.md
index a1e449184088f9eb762c8cbbae16d0360c7ef71f..2940e2a42d15505ccbbf68a107d7ee5e3f490e0b 100644
--- a/README.md
+++ b/README.md
@@ -20,12 +20,10 @@ Create a local conan package from the caosdb-cpplib repository
 2. `conan install .. -s "compiler.libcxx=libstdc++11"`
 3. `cmake -B . ..`
 4. `cmake --build .`
-5. Setup env vars
-	- CAOSDB_SERVER_GRPC_PORT_HTTP
-	- CAOSDB_SERVER_HOST
-	- CAOSDB_SERVER_GRPC_PORT_HTTPS
-	- CAOSDB_SERVER_CERT
-6. Run with `ctest` in the build directory.
+5. Provide client configuration at `~/.caosdb-client.json` or via any other method described in the docs.
+6. There are tests which need access to the server's certificate file. Define
+   path to the pem file in the `CAOSDB_SERVER_CERT` environment variable.
+7. Run with `ctest` in the build directory.
 
 ## Formatting, style, linting ##
 
diff --git a/conanfile.txt b/conanfile.txt
index cd80b1474b1d209d6678d95b12a958e3110163ba..54cdf1b2a75680c3132e80f31bc56507c5273c38 100644
--- a/conanfile.txt
+++ b/conanfile.txt
@@ -1,5 +1,5 @@
 [requires]
-caosdb/[>=0.3.0-dev, include_prerelease=True]
+caosdb/0.2.2
 
 [build_requires]
 gtest/1.11.0