From 6d6c74505a04edef5bf2f3491ddaedf88711cd10 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Fri, 22 Apr 2016 14:30:54 +0100 Subject: [PATCH] README updates --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41188bdb44..3e37d9e5a2 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ ### Configuring development environment -Get a copy +**Get a copy** ```sh git clone https://github.com/Alfresco/dev-platform-webcomponents.git ``` -Install symlinks for Alfresco components +**Install symlinks for Alfresco components** *ng2-alfresco-documentlist component:* @@ -28,6 +28,8 @@ cd ../../demo-shell-ng npm link ng2-alfresco-login ``` +Please refer to [this article](https://docs.npmjs.com/cli/link) for more details on npm link. + ### Building and running **Install dependencies:**