From da84bedee8b54f26024f339b29c614925e0a54c8 Mon Sep 17 00:00:00 2001 From: SlavyanDesu Date: Mon, 5 Apr 2021 03:57:32 +0700 Subject: [PATCH] Forgot to delete this instruction --- README.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/README.md b/README.md index cad09a6a..8d35c7e9 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,6 @@ * [Node.js](https://nodejs.org/en/) * [Git](https://git-scm.com/downloads) * [FFmpeg](https://www.gyan.dev/ffmpeg/builds/) -* [libwebp](https://developers.google.com/speed/webp/download) * [Tesseract](https://s.id/vftesseract) * Any text editor @@ -129,22 +128,6 @@ It will give us a callback like `SUCCESS: specified value was saved`. > ffmpeg -version ``` -## 📷 Installing the libwebp -The installation is same as you install FFmpeg but whatever. I will make it clear. -* Download the file according to the OS you are using by clicking [this link](https://developers.google.com/speed/webp/download). -* Extract the file to `C:\` path. -* Rename the extracted file to `libwebp`. -* Run Command Prompt as Administrator. -* Run this command: -```cmd -> setx /m PATH "C:\libwebp\bin;%PATH%" -``` -It will give us a callback like `SUCCESS: specified value was saved`. -* Now that you've libwebp installed, verify that it's installed by running this command to see version number: -```cmd -> webpmux -version -``` - ## 🔍 Installing the dependencies ```cmd > npm install