[Installation] Update Android/Termux instructions (#51)

Ricardo Fernández Serrata 2025-03-07 12:44:09 -04:00 committed by GitHub
parent e6c51bd16b
commit 54ac1d5104
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -210,7 +210,7 @@ You can use yt-dlp on Android using [Termux](https://termux.dev). Once Termux is
```bash
termux-setup-storage # Allow termux to download files into your phone's storage
pkg update && pkg upgrade # Update all packages
pkg install libexpat openssl python # Install python
pkg install python python-pip # Install Python and pip
pip install -U "yt-dlp[default]" # Install yt-dlp with default dependencies
pkg install ffmpeg # OPTIONAL: Install ffmpeg
```