From 6dc722cac4cca034a79ee8c37d8001c606bb9463 Mon Sep 17 00:00:00 2001 From: Anthony Lavado Date: Tue, 26 May 2020 16:56:49 -0400 Subject: [PATCH] Include explicit yarn version To avoid confusion, specify an explicit version of Yarn and link to classic install docs. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2aac6b155..f06e461320 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Jellyfin Web is the frontend used for most of the clients available for end user ### Dependencies -- Yarn +- [Yarn 1.22.4](https://classic.yarnpkg.com/en/docs/install) - Gulp-cli ### Getting Started @@ -78,4 +78,4 @@ Jellyfin Web is the frontend used for most of the clients available for end user ```sh yarn build:standalone - ``` \ No newline at end of file + ```