Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Conceição <Tiago_caza@hotmail.com>2021-01-16 01:50:03 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2021-01-16 01:50:03 +0300
commit2b0777ff7c1fbd449b27a59be2dfd54f24f114d0 (patch)
treeb6a7730e8e3f5d6cddf59e07b44644f829908c12 /README.md
parent1be65d744a716f1b404ec635c8bab165260b4a04 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9b3e2a8..4b9df25 100644
--- a/README.md
+++ b/README.md
@@ -198,7 +198,7 @@ that may due system version and included libraries version, they must match the
To know what is missing you can open a terminal on UVtools folder and run the following command: `ldd libcvextern.so |grep not`
That will return the missing dependencies from libcvextern, you can try install them by other means if you can,
but most of the time you will need compile the EmguCV to compile the dependencies and correct link them,
-this process is very slow but only need once, open a terminal on a folder of your preference and run the following commands:
+this process is very slow but only need to run once. Open a terminal on any folder of your preference and run the following commands:
```bash
sudo apt-get install -y git build-essential cmake