Replaced curl with wget in README

This commit is contained in:
2021-09-16 15:23:56 +03:00
parent 1452e17171
commit 19195b3423

View File

@@ -12,8 +12,8 @@
### Requirements ### Requirements
1. **curl** (Is needed for downloading the ffmpeg lib) 1. **wget** (Is needed for downloading the ffmpeg lib and Chrome)
```sudo apt install curl``` ```sudo apt install wget```
2. **unzip** (Is needed for unzipping the downloaded file) 2. **unzip** (Is needed for unzipping the downloaded file)
```sudo apt install unzip``` ```sudo apt install unzip```