From 5ac5b03e99a458e57bd364c816760cc31a6b6aef Mon Sep 17 00:00:00 2001 From: Ari Palo Date: Thu, 8 Feb 2018 00:08:39 +0200 Subject: [PATCH] improve docs --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index aaaaa3e..3cbe53d 100644 --- a/README.md +++ b/README.md @@ -11,23 +11,15 @@ Develop & Build [GatsbyJS](https://www.gatsbyjs.org/) static sites within a ## Setup -### Container setup -```sh -docker build -t gatsby-docker . -``` +Note: Your GatsbyJS site will be created into `$(pwd)/site` automatically. -Add these to `.gitignore`: +Add these to your `.gitignore`: ``` site/node_modules site/public site/.cache ``` -### Requirements / setup - -Will automatically create `./site` directory and initialize GatsbyJS site into it (if not already initialized). - - ## Usage ### Develop