From 026c04dbb6037a40bb5be1d9cd7c6f2b70629d0f Mon Sep 17 00:00:00 2001 From: rbowen Date: Mar 21 2019 15:13:07 +0000 Subject: 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 ```