Skip to content
This repository has been archived by the owner on Dec 26, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xirf authored Nov 28, 2021
1 parent 276908b commit b9c873c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,17 @@ Install ini jika ingin menggunakan OCR
wget https://raw.githubusercontent.com/tesseract-ocr/tessdata_best/master/ind.traineddata
mv ind.traineddata /data/data/com.termux/files/usr/share/tessdata
````
Jalankan ```install.sh```
install semua package yang dibutuhkan dan jalankan
````
npm install && node .
````
note: jika npm error gunakan pnpm
````
npm install -g pnpm && pnpm install
````

atau kalian juga bisa langsung menjalankan script instalasinya dengan
menjalankan ```install.sh```
````
bash install.sh
````
Expand Down

0 comments on commit b9c873c

Please sign in to comment.