From 96430459266054b865054fba9ac97b5c774abff5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Vallv=C3=A9=20Navarro?= <jvallve@iri.upc.edu> Date: Fri, 26 Nov 2021 18:22:05 +0100 Subject: [PATCH] readme changes --- ReadMe.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 7d3a487..1d6292e 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -96,8 +96,8 @@ To do that, execute make install ``` -as root and the shared libraries will be copied to `/usr/local/lib/<vision_utils>` directory -and the header files will be copied to `/usr/local/include/<vision_utils>` directory. At +as root and the shared libraries will be copied to `/usr/local/lib` directory +and the header files will be copied to `/usr/local/include/vision_utils` directory. At this point, the library may be used by any user. To remove the library from the system, exceute -- GitLab