From 453d6c75ac3f4beb79261d6574a8a29aba779e5b Mon Sep 17 00:00:00 2001 From: Alice Young Date: Tue, 7 Nov 2017 21:10:17 -0500 Subject: [PATCH] README: add more details and commands (#6) * README: add more details and commands * Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 084e22a..706704f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ # gatsby-starter-hello-world -Starter with the bare essentials needed for a Gatsby site +Starter with the bare essentials needed for a [Gatsby](https://www.gatsbyjs.org/) site + +Install this starter (assuming Gatsby is installed) by running from your CLI: +``` +gatsby new gatsby-site https://github.com/gatsbyjs/gatsby-starter-hello-world +``` + +## Running in development +`gatsby develop`