Merge pull request #64 from iandees/patch-1

Update README.rst to include bower install step
master
Steven Loria 9 years ago
commit 8e8469e217
  1. 1
      {{cookiecutter.app_name}}/README.rst

@ -23,6 +23,7 @@ Then run the following commands to bootstrap your environment.
git clone https://github.com/{{cookiecutter.github_username}}/{{cookiecutter.app_name}} git clone https://github.com/{{cookiecutter.github_username}}/{{cookiecutter.app_name}}
cd {{cookiecutter.app_name}} cd {{cookiecutter.app_name}}
pip install -r requirements/dev.txt pip install -r requirements/dev.txt
bower install
python manage.py server python manage.py server
You will see a pretty welcome screen. You will see a pretty welcome screen.

Loading…
Cancel
Save