Formatting fix

This commit is contained in:
Geoff Bourne
2014-06-29 22:53:16 +00:00
parent bef6a36476
commit 159c38c194

View File

@@ -8,7 +8,7 @@ layout.
A typical way to run this:
docker run -it -p 4000:4000 -v $(pwd)/site:/site itzg/jekyll-github-pages
docker run -it -p 4000:4000 -v $(pwd)/site:/site itzg/jekyll-github-pages
where either it will load your content or initialize the content under
`site` in your current working directory.