From 1d02209be71e259c062c05fb5ecbf00814bdf8cb Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Tue, 10 Dec 2019 10:01:37 +0100 Subject: [PATCH] Drop node references from readme --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index d1154714d..fc4949048 100644 --- a/README.md +++ b/README.md @@ -15,15 +15,12 @@ You can download prebuilt binaries from the GitHub releases or from our [downloa ## Development -Make sure you have a working Go environment, for further reference or a guide take a look at the [install instructions](http://golang.org/doc/install.html). This project requires Go >= v1.13. For the frontend it's also required to have [NodeJS](https://nodejs.org/en/download/package-manager/) and [Yarn](https://yarnpkg.com/lang/en/docs/install/) installed. +Make sure you have a working Go environment, for further reference or a guide take a look at the [install instructions](http://golang.org/doc/install.html). This project requires Go >= v1.13. ```console git clone https://github.com/owncloud/ocis-graph.git cd ocis-graph -yarn install -yarn build - make generate build ./bin/ocis-graph -h