From c6b02f5100dcabcaf781be3c8728e9f83293a182 Mon Sep 17 00:00:00 2001
From: Daniel <d.hornung@indiscale.com>
Date: Tue, 26 Sep 2023 09:55:33 +0200
Subject: [PATCH] DOC: Installation troubleshooting into README.md

---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index 2940e2a..4606072 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,11 @@ Create a local conan package from the caosdb-cpplib repository
    path to the pem file in the `CAOSDB_SERVER_CERT` environment variable.
 7. Run with `ctest` in the build directory.
 
+### Troubleshooting ###
+
+- If you don't have `clang-tidy` installed, you can run the first `cmake` command with
+  `LINTING=OFF`: `cmake -D LINTING=OFF -B . ..`
+
 ## Formatting, style, linting ##
 
 `make format`
-- 
GitLab