install readthedocs
This commit is contained in:
parent
a3e2a9f378
commit
07221bfef6
1 changed files with 4 additions and 2 deletions
|
|
@ -2,8 +2,8 @@ Install
|
||||||
=======
|
=======
|
||||||
``ytdl-sub`` can be installed on the following platforms.
|
``ytdl-sub`` can be installed on the following platforms.
|
||||||
|
|
||||||
.. contents:: Table of Contents
|
.. contents::
|
||||||
:depth: 1
|
:depth: 2
|
||||||
|
|
||||||
Docker Compose
|
Docker Compose
|
||||||
--------------
|
--------------
|
||||||
|
|
@ -72,6 +72,7 @@ From powershell, run:
|
||||||
Linux
|
Linux
|
||||||
--------------
|
--------------
|
||||||
Requires ffmpeg as a dependency. Can typically be installed with any Linux package manager.
|
Requires ffmpeg as a dependency. Can typically be installed with any Linux package manager.
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
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
|
||||||
|
|
@ -94,6 +95,7 @@ You can also install using yt-dlp's ffmpeg builds. This ensures your ffmpeg is u
|
||||||
Linux ARM
|
Linux ARM
|
||||||
--------------
|
--------------
|
||||||
Requires ffmpeg as a dependency. Can typically be installed with any Linux package manager.
|
Requires ffmpeg as a dependency. Can typically be installed with any Linux package manager.
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue