From a2822c9033f039d42591b877993559a0e9614268 Mon Sep 17 00:00:00 2001 From: "Dinei A. Rockenbach" Date: Sun, 25 Feb 2024 21:07:10 -0300 Subject: [PATCH] Adds a link to the wiki to the README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 99cc6e3..c58d71e 100644 --- a/README.md +++ b/README.md @@ -59,3 +59,7 @@ After building the library it is necessary to make it available at runtime. To do this, execute `export LD_LIBRARY_PATH=/bin:$LD_LIBRARY_PATH`, replacing `` with the path to the repository's root folder. After this, just execute any example under `bin/ex_` + +## Documentation + +Detailed documentation of the library is available at the [Wiki](https://github.com/GMAP/GSParLib/wiki).