From 45ef0b7aa4881671431a8f33da75b28a36df9d7e Mon Sep 17 00:00:00 2001 From: Jason Brooks Date: Mar 21 2019 15:17:29 +0000 Subject: Merge pull request #1 from rbowen/jekyll Teensy clarification for folks who are as clueless as myself. --- diff --git a/README.md b/README.md index 830bfc0..b34e23e 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ ## test it in a container +Clone this repo, and then, from inside your working copy: + ``` sudo podman run -d --name centos-jekyll -p 4000:4000 -v $(pwd):/srv/jekyll:Z jekyll/jekyll jekyll serve --watch ```