Skip to content

Commit 14068d0

Browse files
authored
[skip travis] Updated readme, fixing formatting
1 parent 0a3491e commit 14068d0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,13 @@ or
6969
yarn add @nut-tree/nut-js
7070
```
7171

72-
will install `nut.js` with its required dependencies.
72+
will install nut.js and its required dependencies.
7373

74-
The installation process assumes you do not have an existing `OpenCV` installation and will try to build `OpenCV` v3.4.3 from source (via `opencv4nodejs`).
75-
Building `OpenCV` from scratch requires a [cmake](https://cmake.org/) installation.
74+
The installation process assumes you do not have an existing OpenCV installation and will try to build it from source via [opencv4nodejs](https://github.com/justadudewhohacks/opencv4nodejs).
7675

77-
In case you already have an `OpenCV` installation (version 3.x.x required, e.g. via `brew install opencv@3` or [else](https://docs.opencv.org/3.4/df/d65/tutorial_table_of_content_introduction.html)), you can disable the build process via environment variable:
76+
Building OpenCV from scratch requires a [cmake](https://cmake.org/) installation.
77+
78+
In case you already have an OpenCV installation (version 3.x.x required, e.g. via `brew install opencv@3` or [else](https://docs.opencv.org/3.4/df/d65/tutorial_table_of_content_introduction.html)), you can disable the build process via environment variable:
7879

7980
```bash
8081
export OPENCV4NODEJS_DISABLE_AUTOBUILD=1

0 commit comments

Comments
 (0)