add clarification on where to install Bower

Bower should be installed in wger/wger not in the project's root directory
This commit is contained in:
Jacob Stoebel
2016-07-01 09:10:16 -04:00
parent 584a4f1305
commit 187aab3ab7

View File

@@ -132,6 +132,14 @@ user will have 20 workouts and each exercise in each workout 30 log entries::
While it is possible to generate hundreds of users, gyms are more restricted and
you will probably get duplicate names if you generate more than a dozen.
Installing Bower
~~~~~~~~~~~~~~~~
Bower should be installed in wger/wger not in the project's root directory::
$ cd ~/home/wger/wger
$ npm install bower
Contributing
------------