From fbaec1834ec69184afa50dea09a081d01a17000c Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Sat, 8 Oct 2016 22:03:13 -0700 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ed8eef7..658ef2a 100644 --- a/README.md +++ b/README.md @@ -198,9 +198,10 @@ Beautiful Jekyll is meant to be so simple to use that you can do it all within t 1. Make sure that you have Docker installed on your local environment. Installation instructions can be found [here](https://docs.docker.com/engine/installation/) 2. Clone your fork `git clone git@github.com:yourusername/yourusername.github.io.git` 3. Inside your repository folder, run: - ``` - docker run -p 4000:4000 -v `pwd`:/app mangar/jekyll:1.1 bash -c "bundle install; bundle exec jekyll serve" - ``` + + ``` + docker run -p 4000:4000 -v `pwd`:/app mangar/jekyll:1.1 bash -c "bundle install; bundle exec jekyll serve" + ``` 4. View your website at . Disclaimer: I personally am NOT using local development so I don't know much about running Jekyll locally. If you follow this route, please don't ask me questions because unfortunately I honestly won't be able to help!