[Installation] Update termux instructions (#28)

jxu 2023-08-01 03:05:22 -04:00 committed by GitHub
parent 50db041062
commit dd723fd78c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

@ -189,11 +189,11 @@ winget upgrade yt-dlp
You can use yt-dlp on Android using [Termux](https://termux.dev). Once Termux is installed, open it and run the following commands:
```bash
termux-setup-storage # Allow termux to download files into your phone's storage
pkg update && pkg upgrade # Update all packages
pkg install python # Install python
pip install -U yt-dlp # Install yt-dlp
pkg install ffmpeg # OPTIONAL: Install ffmpeg
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
pip install -U yt-dlp # Install yt-dlp
pkg install ffmpeg # OPTIONAL: Install ffmpeg
```
To update, run: