diff --git a/ng2-components/ng2-alfresco-login/README.md b/ng2-components/ng2-alfresco-login/README.md index 91606984fe..5bc15065d4 100644 --- a/ng2-components/ng2-alfresco-login/README.md +++ b/ng2-components/ng2-alfresco-login/README.md @@ -22,6 +22,19 @@ export class MyLoginComponent { ``` ### Build - +```sh npm install -npm run build +npm npm run build +``` + +### Test +```sh +npm test +``` + +### Demo +```sh +cd demo +npm install +npm start +``` \ No newline at end of file