From f2f0de01123c3dc2e0901d212d9248b920edd77d Mon Sep 17 00:00:00 2001 From: kdesnos Date: Tue, 30 Aug 2022 16:09:27 +0200 Subject: [PATCH] (Doc) Update Readme to advertise tutorials. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e42e477d..6e9d8aac 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,10 @@ The shared library will be installed: * On Linux, in the shared folders `/usr/local/lib/cmake/GEGELATI`, `/usr/lib/libGEGELATI.so.`, `/usr/local/include/GEGELATI/`, and `/usr/local/share/doc/GEGELATI-`. ## :book: How to Use the GEGELATI Library + +### Learn with our tutorials +For a gentle introduction to the c++ API of GEGELATI, we strongly recommend you to follow our [tutorials](https://gegelati.github.io/gegelati-tutorial/). These tutorials will guide you through the different features of the library and will help you better understand the functionning of TPGs. + ### Learn by Examples Since sometimes, a simple example is worth 10.000 pages of documentations, examples of applications built with the GEGELATI library are available in the [gegelati-apps repository](https://github.com/gegelati/gegelati-apps).