From f19b2d399ce5db53a9ad2e8f17766b9b57c36fcb Mon Sep 17 00:00:00 2001 From: JP1998 Date: Tue, 20 Nov 2018 14:00:18 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index e1bc3de..18d57da 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,7 @@ First of course you'll need to clone this repository: $ git clone https://github.com/turniere/turniere-frontend.git ``` -Afterwards you'll have to navigate into the created folder and install several libraries using following command: - -``` -$ yarn add react react-dom reactstrap next express @zeit/next-css axios -``` - -Alternatively you can simply use our dependencies file: +Afterwards you'll have to install the used libraries using following command: ``` yarn install