From 9c683b8fb52986e399746aa583091e1fef90e271 Mon Sep 17 00:00:00 2001 From: yussaq Date: Sun, 13 Mar 2022 18:38:59 +0700 Subject: [PATCH] installation --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0fa2565..811af1a 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,9 @@ $ sudo apt install nodejs $ node -v ``` -ffmpeg : https://ffmpeg.org/download.html +Install ffmpeg : https://ffmpeg.org/download.html -Install ffmpeg with the following: - -Windows +#### Windows ```sh - Download https://www.gyan.dev/ffmpeg/builds/ffmpeg-git-full.7z - Extract the file @@ -35,7 +33,7 @@ Windows - open cmd and run the following command: ffmpeg -version ``` -Linux +#### Linux ```sh $ sudo apt update $ sudo apt install ffmpeg