Skip to content

Commit

Permalink
fix(docs): add nvm install info in Readme.md in manual setup section. (
Browse files Browse the repository at this point in the history
  • Loading branch information
KrishPatel13 authored Jun 3, 2024
1 parent 3692416 commit 4f240b6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ Prerequisite:
- Python 3.10
- Git
- Tesseract (for OCR)
- nvm (node version manager)

For the setup of any/all of the above dependencies, follow the steps [SETUP.md](./SETUP.md).

Expand Down
9 changes: 9 additions & 0 deletions SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,12 @@

#### macOS, Ubuntu and Other Operating System:
- Follow the OS Specific installation here: https://tesseract-ocr.github.io/tessdoc/Installation.html


## nvm (Node Version Manager)

#### Windows:
- Follow this guide: https://www.xda-developers.com/how-install-nvm-windows/

#### macOS, Ubuntu and Other Operating System:
- Follow the OS Specific installation here: https://collabnix.com/how-to-install-and-configure-nvm-on-mac-os/

0 comments on commit 4f240b6

Please sign in to comment.