Skip to content

Commit 4daf4aa

Browse files
committed
Merge pull request #12 from JohnThomson/feature/fixBowerInstructions
Fix ReadMe to give better bower instructions
2 parents c3292ab + 2a0fb95 commit 4daf4aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ After cloning, go to src\BloomLibrary_AngularApp and do
1313

1414
bower install
1515

16-
Where possible, use [bower](http://bower.io) to add dependencies, e.g.
16+
Where possible, use [bower](http://bower.io) to add dependencies, e.g. (cd to the directory that has bower.json, currently src\BloomLibrary_AngularApp and)
1717

18-
bower the-package-name --save
18+
bower install --save the-package-name
1919

2020
Be careful about versions... angularjs and many of these related projects we're using are all changing constantly, and updating one of them may break it all.
2121

0 commit comments

Comments
 (0)