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```