From 12d93cf4deebb621b42934602da6da6fc0d20ffa Mon Sep 17 00:00:00 2001 From: Art Lowel Date: Thu, 31 May 2018 16:32:44 +0200 Subject: [PATCH] Update README.md Removed the "yarn run global" instruction, as it isn't necessary for first installs, and can cause issues --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 466e736de2..dceb415d58 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,6 @@ git clone https://github.com/DSpace/dspace-angular.git # change directory to our repo cd dspace-angular -# install the global dependencies -yarn run global - # install the local dependencies yarn install