From a0957ffe930d2d612093744b3c9d97a5a49a09fe Mon Sep 17 00:00:00 2001 From: MADMAN-Modding <115199645+MADMAN-Modding@users.noreply.github.com> Date: Thu, 25 Jul 2024 00:20:16 -0400 Subject: [PATCH] [DOCS] Fix the command syntax on the linux install page for executing the program (#1027) --- docs/source/guides/install/linux.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/guides/install/linux.rst b/docs/source/guides/install/linux.rst index 1eaf6982..f9105d80 100644 --- a/docs/source/guides/install/linux.rst +++ b/docs/source/guides/install/linux.rst @@ -13,7 +13,7 @@ Linux curl -L -o ytdl-sub https://github.com/jmbannon/ytdl-sub/releases/latest/download/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: @@ -34,7 +34,7 @@ Linux curl -L -o ytdl-sub https://github.com/jmbannon/ytdl-sub/releases/latest/download/ytdl-sub_aarch64 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: @@ -47,4 +47,4 @@ Linux # May need sudo / root permissions to perform mv ffmpeg-master-latest-linuxarm64-gpl/bin/ffmpeg /usr/bin/ffmpeg - mv ffmpeg-master-latest-linuxarm64-gpl/bin/ffprobe /usr/bin/ffprobe \ No newline at end of file + mv ffmpeg-master-latest-linuxarm64-gpl/bin/ffprobe /usr/bin/ffprobe