From 8c711e22f2704fd0b876edb55f68d38fa8c0ad35 Mon Sep 17 00:00:00 2001
From: Dan Abramov <dan.abramov@gmail.com>
Date: Fri, 22 Jul 2016 13:11:13 +0100
Subject: [PATCH] Add a link to howto

---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index bccbd38e3..f3ac2c43b 100644
--- a/README.md
+++ b/README.md
@@ -79,6 +79,11 @@ It correctly bundles React in production mode and optimizes the build for the be
 The build is minified and the filenames include the hashes.<br>
 Your app is ready to be deployed!
 
+## How Do I?...
+
+The generated project will include a guide in its README.  
+You can also read its latest version [here](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md).
+
 ## Philosophy
 
 * **One Dependency:** There is just one build dependency. It uses Webpack, Babel, ESLint, and other amazing projects, but provides a cohesive curated experience on top of them.
-- 
GitLab