[DOCS] Fix the command syntax on the linux install page for executing the program (#1027)
This commit is contained in:
parent
5a62fc5222
commit
a0957ffe93
1 changed files with 3 additions and 3 deletions
|
|
@ -13,7 +13,7 @@ Linux
|
||||||
|
|
||||||
curl -L -o ytdl-sub https://github.com/jmbannon/ytdl-sub/releases/latest/download/ytdl-sub
|
curl -L -o ytdl-sub https://github.com/jmbannon/ytdl-sub/releases/latest/download/ytdl-sub
|
||||||
chmod +x ytdl-sub
|
chmod +x ytdl-sub
|
||||||
ytdl-sub -h
|
./ytdl-sub -h
|
||||||
|
|
||||||
You can also install using yt-dlp's ffmpeg builds. This ensures your ffmpeg is up to date:
|
You can also install using yt-dlp's ffmpeg builds. This ensures your ffmpeg is up to date:
|
||||||
|
|
||||||
|
|
@ -34,7 +34,7 @@ Linux
|
||||||
|
|
||||||
curl -L -o ytdl-sub https://github.com/jmbannon/ytdl-sub/releases/latest/download/ytdl-sub_aarch64
|
curl -L -o ytdl-sub https://github.com/jmbannon/ytdl-sub/releases/latest/download/ytdl-sub_aarch64
|
||||||
chmod +x ytdl-sub
|
chmod +x ytdl-sub
|
||||||
ytdl-sub -h
|
./ytdl-sub -h
|
||||||
|
|
||||||
You can also install using yt-dlp's ffmpeg builds. This ensures your ffmpeg is up to date:
|
You can also install using yt-dlp's ffmpeg builds. This ensures your ffmpeg is up to date:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue