From 2023bd663d6f520a870891f63ef6b5c920f4ef7c Mon Sep 17 00:00:00 2001 From: Christopher Dilks Date: Sun, 4 Aug 2024 16:54:22 -0400 Subject: [PATCH] doc: be more clear why ruby is needed --- doc/setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/setup.md b/doc/setup.md index edcbc9ac..4b186775 100644 --- a/doc/setup.md +++ b/doc/setup.md @@ -55,8 +55,8 @@ cmake --install build-hipo ### 🟩 Optional: `ruby`: programming language - Likely available in your package manager, likely as `ruby` -- This is needed by [`chameleon`](/src/chameleon) for generating language bindings, which you need - if you intend to use Iguana with languages other than C++ +- This is only needed if you intend to use Iguana with languages other than C++ + - Bindings to other programming languages are generated by [`chameleon`](/src/chameleon), a local Ruby program ### 🟩 Optional: `ROOT`: Data analysis framework