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 ```