aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordkanada <dkanada@users.noreply.github.com>2021-03-06 13:40:08 +0900
committerGitHub <noreply@github.com>2021-03-06 13:40:08 +0900
commit22402650cb7668aaa74bfc2e7368aee50bf20542 (patch)
tree8c37e9459b1bf86441f27bf1611542d73293cc00
parente839929b910e250792dbe6c548fd745796324590 (diff)
parent10229e1afe7e2403c59f508a667cafbb2c85a9ce (diff)
Merge pull request #5354 from shortspider/AddFfmpegToReadme
Update README to include ffmpeg
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 29f992349..cba88c8d2 100644
--- a/README.md
+++ b/README.md
@@ -85,6 +85,8 @@ Before the project can be built, you must first install the [.NET 5.0 SDK](https
Instructions to run this project from the command line are included here, but you will also need to install an IDE if you want to debug the server while it is running. Any IDE that supports .NET Core development will work, but two options are recent versions of [Visual Studio](https://visualstudio.microsoft.com/downloads/) (at least 2017) and [Visual Studio Code](https://code.visualstudio.com/Download).
+[ffmpeg](https://github.com/jellyfin/jellyfin-ffmpeg) will also need to be installed.
+
### Cloning the Repository
After dependencies are installed you will need to clone a local copy of this repository. If you just want to run the server from source you can clone this repository directly, but if you are intending to contribute code changes to the project, you should [set up your own fork](https://jellyfin.org/docs/general/contributing/development.html#set-up-your-copy-of-the-repo) of the repository. The following example shows how you can clone the repository directly over HTTPS.