Browse Source

Merge pull request #163 from IlyaRadinsky/fixes-install-instructions

Fixes the install instructions.
jeromewu 7 years ago committed by GitHub
parent
commit
9d6117ee7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      README.md

5
README.md

@ -37,7 +37,10 @@ After including your scripts, the `Tesseract` variable will be defined globally! @@ -37,7 +37,10 @@ After including your scripts, the `Tesseract` variable will be defined globally!
## Dependency
First:
```shell
> yarn add tesseract
> yarn add tesseract.js
```
or
```
> npm install tesseract.js --save
```
> Note: Tesseract.js currently requires node v6.8.0 or greater.

Loading…
Cancel
Save