diff options
author | Joshua M. Boniface <joshua@boniface.me> | 2024-03-18 12:23:24 -0400 |
---|---|---|
committer | Joshua M. Boniface <joshua@boniface.me> | 2024-03-18 12:23:24 -0400 |
commit | f06ed16bfac3d99460e422d92b0c2c3aaab6275b (patch) | |
tree | c883d58259abf9a4daefcd08bb59d0e5b2d68376 | |
parent | Improve header of repo (diff) | |
download | jellyfin-packaging-f06ed16bfac3d99460e422d92b0c2c3aaab6275b.tar.gz jellyfin-packaging-f06ed16bfac3d99460e422d92b0c2c3aaab6275b.tar.bz2 jellyfin-packaging-f06ed16bfac3d99460e422d92b0c2c3aaab6275b.zip |
Improve wording of Quickstart intro
-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 with Python3 and the Python packages, preferably Debian- or Ubuntu-based. 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`. 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. |