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