Skip to content

Commit a929af0

Browse files
committed
updated Readme
1 parent 4101e9d commit a929af0

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,21 @@ See the documentation at http://www.forms-angular.org
1010

1111

1212

13+
## Installation of forms-angular
14+
Recommended: use yeoman generator.
15+
16+
Alternative: you can install both front-end and back-end modules:
17+
````
18+
npm install --save forms-angular
19+
bower install --save forms-angular
20+
````
21+
22+
## For developers of forms-angular
23+
````
24+
npm install -g tsd
25+
tsd update -so
26+
````
27+
Prepare a new release:
28+
````
29+
gulp all
30+
````

0 commit comments

Comments
 (0)