From 0b04eda9f23cdc57ad8837f3f91421857011bd51 Mon Sep 17 00:00:00 2001 From: BrandgrandReal <47084010+BrandgrandRealMe@users.noreply.github.com> Date: Wed, 21 Feb 2024 21:31:34 -0600 Subject: [PATCH] Update Hugo.md --- docs/how-to/DBH/quickstarts/Hugo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/DBH/quickstarts/Hugo.md b/docs/how-to/DBH/quickstarts/Hugo.md index 2ee1430..119dfaf 100644 --- a/docs/how-to/DBH/quickstarts/Hugo.md +++ b/docs/how-to/DBH/quickstarts/Hugo.md @@ -46,5 +46,5 @@ Make sure you created a **AIO** server! b. Upload `HugoStart.bat` to DBH server. - c. Run `bash HugoStart.bat PORT FOLDERNAME` where `PORT` is the port of your server and `FOLDERNAME` is the folder for your blog. + c. Run `bash HugoStart.bat PORT FOLDERNAME URL` where `PORT` is the port of your server, `URL` is the URL of the blog Example: `https://example.com` , and `FOLDERNAME` is the folder for your blog.