From dd723fd78c2110fe32f2a122466e678e249187f0 Mon Sep 17 00:00:00 2001 From: jxu <7989982+jxu@users.noreply.github.com> Date: Tue, 1 Aug 2023 03:05:22 -0400 Subject: [PATCH] [Installation] Update termux instructions (#28) --- Installation.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Installation.md b/Installation.md index 72d734b..a863833 100644 --- a/Installation.md +++ b/Installation.md @@ -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: