From 19195b3423e6f11b91aa043aad2acd3422872901 Mon Sep 17 00:00:00 2001 From: Ld-Hagen Date: Thu, 16 Sep 2021 15:23:56 +0300 Subject: [PATCH] Replaced curl with wget in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d17abd0..181951c 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ ### Requirements -1. **curl** (Is needed for downloading the ffmpeg lib) - ```sudo apt install curl``` +1. **wget** (Is needed for downloading the ffmpeg lib and Chrome) + ```sudo apt install wget``` 2. **unzip** (Is needed for unzipping the downloaded file) ```sudo apt install unzip```