From 8748484e1f82932535d01d65eb80bc7a66d70d0e Mon Sep 17 00:00:00 2001
From: Nick Kocharhook <nick@kocharhook.com>
Date: Wed, 18 Sep 2019 23:33:36 +0100
Subject: [PATCH] Add link to generated usage instructions

---
 README.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.rst b/README.rst
index 0db41e55..7d43c625 100644
--- a/README.rst
+++ b/README.rst
@@ -42,10 +42,10 @@ Standard
 
 You will be asked about your basic info (name, project name, app name, etc.). This info will be used in your new project.
 
-Usage Instructions
-------------------
+Configure and Run
+-----------------
 
-The README of the generated project contains instructions for how to configure and run the application.
+After you have generated the project code, there are a few more steps you must take before your new app will run. The `README of the generated project <https://github.com/cookiecutter-flask/cookiecutter-flask/blob/master/%7B%7Bcookiecutter.app_name%7D%7D/README.rst>` shows you how to configure and run the application.
 
 Features
 --------
-- 
GitLab