From 78f23a28c2fd88927d3d6ccf88a51f061809d768 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Oberhuber?= <oberhuber.tomas@gmail.com> Date: Fri, 11 Feb 2022 12:22:42 +0100 Subject: [PATCH] Small fix in installation documentation. --- Documentation/Pages/main-page.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Documentation/Pages/main-page.md b/Documentation/Pages/main-page.md index 8a1685b9c4..94c9d8fb5d 100644 --- a/Documentation/Pages/main-page.md +++ b/Documentation/Pages/main-page.md @@ -83,8 +83,13 @@ or via SSH: git clone gitlab@mmg-gitlab.fjfi.cvut.cz:tnl/tnl-dev.git -Since TNL is a header-only library, no installation is necessary to actually use -the library in your project. See the [Usage](#usage) section for details. +TNL is a header-only library so it can be used with no installation. However, +we recommend to do quick installation be executing + + ./install tools + +which also downloads necessary dependencies and create some useful TNL tools. +See the [Usage](#usage) section for more details. You may also want to install some optional dependencies and/or compile and install various tools and examples. See the following section for details. -- GitLab