diff --git a/Documentation/Pages/main-page.md b/Documentation/Pages/main-page.md index 8a1685b9c4a413f5bc9ab72912e3e991289023ad..94c9d8fb5d8e7147a4dfa800c3a1ee644e055b02 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.