From 98be3f8f20e4db7a568bc5fc134b183d1b0c337d Mon Sep 17 00:00:00 2001 From: janmax <j.michal@stud.uni-goettingen.de> Date: Sun, 3 Dec 2017 20:21:17 +0100 Subject: [PATCH] Removing yarn referneces from backend README --- README.md | 4 ---- frontend/README.md | 8 +++++++- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7aeed3dd..908435fe 100644 --- a/README.md +++ b/README.md @@ -54,10 +54,6 @@ To set up a new instance perform the following steps: make install - Some systems (like Ubuntu Xenial) come with a preinstalled "yarn - - scenario testing of Unix command line tools". Using this will - **not** work. The [yarn package manager](<https://yarnpkg.com/en/docs/install>) is needed. - 4. Set up a Postgres 9.5 database. If you have docker installed the easiest way is to just run it in a docker container, like this: diff --git a/frontend/README.md b/frontend/README.md index 450a662e..216c4d32 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -1,4 +1,4 @@ -# frontend +# Frontend > Vue.js frontend for Grady @@ -25,3 +25,9 @@ npm test ``` For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader). + +### A note on yarn package manager + +Some systems (like Ubuntu Xenial) come with a preinstalled "yarn - +scenario testing of Unix command line tools". Using this will +**not** work. The [yarn package manager](<https://yarnpkg.com/en/docs/install>) is needed. -- GitLab