Skip to content

Commit 4f240b6

Browse files
authored
fix(docs): add nvm install info in Readme.md in manual setup section. (#694)
1 parent 3692416 commit 4f240b6

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ Prerequisite:
8585
- Python 3.10
8686
- Git
8787
- Tesseract (for OCR)
88+
- nvm (node version manager)
8889

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

SETUP.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,12 @@
5454

5555
#### macOS, Ubuntu and Other Operating System:
5656
- Follow the OS Specific installation here: https://tesseract-ocr.github.io/tessdoc/Installation.html
57+
58+
59+
## nvm (Node Version Manager)
60+
61+
#### Windows:
62+
- Follow this guide: https://www.xda-developers.com/how-install-nvm-windows/
63+
64+
#### macOS, Ubuntu and Other Operating System:
65+
- Follow the OS Specific installation here: https://collabnix.com/how-to-install-and-configure-nvm-on-mac-os/

0 commit comments

Comments
 (0)