diff --git a/README.md b/README.md index bc5409c..120137b 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Initialize and start the docs: ```shell bundle install -bundle exec jekyll serve +bundle exec jekyll serve --config docs/_config.yml ``` You can now see the docs at http://localhost:4000. Whoa! That was fast! diff --git a/_config.yml b/docs/_config.yml similarity index 100% rename from _config.yml rename to docs/_config.yml