From 212835e9a0dc8e3947b1f841e0c08543019dede4 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Fri, 13 May 2016 14:57:07 +0100 Subject: [PATCH] Update README.md --- README.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/README.md b/README.md index 08bcc57e48..0dad1342c4 100644 --- a/README.md +++ b/README.md @@ -24,22 +24,4 @@ cd dev-platform-webcomponents ./start.sh ``` -##### Manual setup - -```sh -git clone https://github.com/Alfresco/dev-platform-js-api.git -git clone https://github.com/Alfresco/dev-platform-webcomponents.git - -cd dev-platform-webcomponents/demo-shell-ng2 - -npm install -npm install ../ng2-components/ng2-alfresco-core -npm install ../ng2-components/ng2-alfresco-login -npm install ../ng2-components/ng2-alfresco-documentlist -npm install ../ng2-components/ng2-alfresco-upload -npm install ../../dev-platform-js-api - -npm run build.dev -``` - For development environment configuration please refer to [project docs](demo-shell-ng2/README.md).