From ca96ea70029b80ed1a35cd766d86b0ab6e4f4208 Mon Sep 17 00:00:00 2001 From: Guido Casati Date: Thu, 17 Oct 2024 16:30:27 +0200 Subject: [PATCH] Updated iwyu/README.md --- tools/iwyu/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/iwyu/README.md b/tools/iwyu/README.md index 30b573747a..16775dcf1c 100644 --- a/tools/iwyu/README.md +++ b/tools/iwyu/README.md @@ -3,6 +3,10 @@ IWYU - [include what you use](https://github.com/include-what-you-use/include-what-you-use) is a tool that can detect and correct C/C++ include errors +# Pre-requisites + +The image ran-base:latest needs to be built. Please refer to [docker/README.md](../../docker/README.md) + # Usage ```