diff --git a/README.md b/README.md index 3393ebd..3f0da25 100644 --- a/README.md +++ b/README.md @@ -22,13 +22,13 @@ podman run --rm \ server --bind 0.0.0.0 ``` -*Run in directory of Hugo page* +*Run in directory with Hugo page* Add to config: `alias hugo="podman run --rm -p 1313:1313 -v $PWD:/content localhost/hugo-docker:0.135.0"` -*Assuming the default port is being used and Hugo page is in the current directory* +*Create alias for the latest version* # Official Docker Image