Skip to content

Commit d5cfb3e

Browse files
committed
Modifying READMY->Build section
1 parent b858052 commit d5cfb3e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,13 @@ Get main [repo](https://github.com/angularify/angular-semantic-ui) with:
2626
git clone https://github.com/angularify/angular-semantic-ui.git
2727
```
2828

29-
Than go to the `angular-semantic-ui directive` directory and execute:
29+
Than go to the `angular-semantic-ui` directory and install dependencies:
30+
31+
```
32+
npm install && bower install
33+
```
34+
35+
Then execute:
3036

3137
```
3238
grunt build && grunt test

0 commit comments

Comments
 (0)