From df7185307545c6a89f7a1b0d222ba47245f442fe Mon Sep 17 00:00:00 2001 From: Andrei Costinescu Date: Fri, 9 Apr 2021 07:17:20 +0200 Subject: [PATCH] Update text in linux_install.markdown --- doc/tutorials/introduction/linux_install/linux_install.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorials/introduction/linux_install/linux_install.markdown b/doc/tutorials/introduction/linux_install/linux_install.markdown index 5cd496d173..5083fac282 100644 --- a/doc/tutorials/introduction/linux_install/linux_install.markdown +++ b/doc/tutorials/introduction/linux_install/linux_install.markdown @@ -108,7 +108,7 @@ CMake package files will be located in the build root: ## Install @warning -Installation process only copies files to predefined locations and do minor patching. Library installed using this method is not integrated into the system package registry and can not be uninstalled automatically. We do not recommend system-wide installation to regular users due to possible conflicts with system packages. +The installation process only copies files to predefined locations and does minor patching. Installing using this method does not integrate opencv into the system package registry and thus, for example, opencv can not be uninstalled automatically. We do not recommend system-wide installation to regular users due to possible conflicts with system packages. By default OpenCV will be installed to the `/usr/local` directory, all files will be copied to following locations: * `/usr/local/bin` - executable files