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).