From e4c088096bf28f3002f7fc48b658cf31209e4bd0 Mon Sep 17 00:00:00 2001 From: CaffeineFueled Date: Sun, 6 Oct 2024 18:13:17 +0200 Subject: [PATCH] CHANGE README note the default port of hugo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f0da25..d506532 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ 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