Reformatted linux install page
This commit is contained in:
parent
279e425327
commit
5eae7c73cf
1 changed files with 34 additions and 30 deletions
|
|
@ -1,7 +1,13 @@
|
||||||
=====
|
=====
|
||||||
Linux
|
Linux
|
||||||
=====
|
=====
|
||||||
Requires ffmpeg as a dependency. Can typically be installed with any Linux package manager.
|
|
||||||
|
``ytdl-sub`` should be installable using any Linux package manager, and requires ffmpeg to be installed.
|
||||||
|
|
||||||
|
|
||||||
|
.. tab-set::
|
||||||
|
|
||||||
|
.. tab-item:: Linux
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
|
|
@ -22,9 +28,7 @@ You can also install using yt-dlp's ffmpeg builds. This ensures your ffmpeg is u
|
||||||
mv ffmpeg-master-latest-linux64-gpl/bin/ffmpeg /usr/bin/ffmpeg
|
mv ffmpeg-master-latest-linux64-gpl/bin/ffmpeg /usr/bin/ffmpeg
|
||||||
mv ffmpeg-master-latest-linux64-gpl/bin/ffprobe /usr/bin/ffprobe
|
mv ffmpeg-master-latest-linux64-gpl/bin/ffprobe /usr/bin/ffprobe
|
||||||
|
|
||||||
Linux ARM
|
.. tab-item:: Linux ARM
|
||||||
=========
|
|
||||||
Requires ffmpeg as a dependency. Can typically be installed with any Linux package manager.
|
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue