From d64b45804212e7fd4c805e1e4a913ac9ae2531db Mon Sep 17 00:00:00 2001 From: Ian Dees Date: Fri, 26 Feb 2016 17:21:22 -0500 Subject: [PATCH] Update README.rst Fixes https://github.com/sloria/cookiecutter-flask/issues/62 --- {{cookiecutter.app_name}}/README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/{{cookiecutter.app_name}}/README.rst b/{{cookiecutter.app_name}}/README.rst index 25ac2d3..79ea72f 100644 --- a/{{cookiecutter.app_name}}/README.rst +++ b/{{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}} cd {{cookiecutter.app_name}} pip install -r requirements/dev.txt + bower install python manage.py server You will see a pretty welcome screen.