diff options
author | Joshua M. Boniface <joshua@boniface.me> | 2024-03-18 12:24:04 -0400 |
---|---|---|
committer | Joshua M. Boniface <joshua@boniface.me> | 2024-03-18 12:24:04 -0400 |
commit | b71934f3e464a689e340e9c19a51d7e2dbabed16 (patch) | |
tree | df03cff9b44253c1cf56830fe5828946bd4ef144 | |
parent | Improve wording of Quickstart intro (diff) | |
download | jellyfin-packaging-b71934f3e464a689e340e9c19a51d7e2dbabed16.tar.gz jellyfin-packaging-b71934f3e464a689e340e9c19a51d7e2dbabed16.tar.bz2 jellyfin-packaging-b71934f3e464a689e340e9c19a51d7e2dbabed16.zip |
Add Package names for Debian
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ This repository contains operating system and Docker packaging for Jellyfin, for ## Quickstart -To build Jellyfin packages for yourself, follow this quickstart guide. You will need to be running on a Linux system, preferably Debian- or Ubuntu-based, with Docker, Python3 and the Python packages `PyYAML` and `git`. Other systems including WSL are untested. +To build Jellyfin packages for yourself, follow this quickstart guide. You will need to be running on a Linux system, preferably Debian- or Ubuntu-based, with Docker, Python3 and the Python packages `PyYAML` and `git` (`python3-yaml` and `python3-git` in Debian). Other systems including WSL are untested. 1. Install Docker on your system. The build scripts leverage Docker containers to perform clean builds and avoid contaminating the host system with dependencies. |