From 5d6e5ba7f218c6880c3908904e894482f8e42ad6 Mon Sep 17 00:00:00 2001 From: Rowey Date: Wed, 13 Oct 2021 23:52:27 +0100 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a8e58fb7..523bb5a4 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,17 @@ # website FAForever main website on https://www.faforever.com -Requires Node and NPM. +The Website Requires Yarn, Nodejs v12.13.0 or newer and Npm +To install Yarn, Nodejs and Npm, follow these steps : + +``` +sudo apt update +sudo apt install nodejs +sudo apt install npm +sudo apt install yarn +``` + +Now you have the required packages you can start grabing the faf website. To install it, follow these steps : ```