From 66161ba41ea8829565b781c33818b768c9335485 Mon Sep 17 00:00:00 2001 From: artiume Date: Tue, 22 Dec 2020 16:30:10 -0500 Subject: [PATCH] meanies --- README.md | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/README.md b/README.md index d665aba164..3a2fb3b4fb 100644 --- a/README.md +++ b/README.md @@ -45,25 +45,7 @@ Jellyfin Web is the frontend used for most of the clients available for end user ### Dependencies - [Node.js](https://nodejs.org/en/download) -- [Yarn 1.22.4](https://classic.yarnpkg.com/en/docs/install) - -#### Debian Dependencies - -1. Install Node.js - -```sh -curl -sL https://deb.nodesource.com/setup_12.x -o nodesource_setup.sh -sudo bash nodesource_setup.sh -sudo apt install nodejs -``` - -2. Install Yarn - - ```sh -curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - -echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list -sudo apt update && sudo apt install yarn -``` +- [Yarn 1.22.5](https://classic.yarnpkg.com/en/docs/install) ### Getting Started