Update README.md

This commit is contained in:
Denys Vuika
2016-07-11 13:31:58 +01:00
committed by GitHub
parent f575bc5f61
commit 491a9ab57b

View File

@@ -28,6 +28,11 @@
</a> </a>
</p> </p>
## Prerequisites
Before you start using this development framework, make sure you have installed all required software and done all the
necessary configuration, see this [page](https://github.com/Alfresco/alfresco-ng2-components/blob/master/PREREQUISITES.md).
## Install ## Install
```sh ```sh
@@ -40,7 +45,7 @@ To correctly use this component check that on your machine is running Node versi
node -v node -v
``` ```
#### Dependencies ### Dependencies
Add the following dependency to your index.html: Add the following dependency to your index.html:
@@ -575,4 +580,4 @@ before performing unit testing.
```sh ```sh
npm run coverage npm run coverage
``` ```