From f91d9da47f675fbe415f96914e78d45dbcec9d4d Mon Sep 17 00:00:00 2001 From: Eduardo Hitek Date: Wed, 13 Jun 2018 10:43:31 -0300 Subject: [PATCH] Update usage.md Better explanation about the hugo command. --- content/en/getting-started/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/getting-started/usage.md b/content/en/getting-started/usage.md index 2ad2910f8..7bbd59564 100644 --- a/content/en/getting-started/usage.md +++ b/content/en/getting-started/usage.md @@ -104,7 +104,7 @@ The most common usage is probably to run `hugo` with your current directory bein This generates your website to the `public/` directory by default, although you can customize the output directory in your [site configuration][config] by changing the `publishDir` field. -The site Hugo renders into `public/` is ready to be deployed to your web server: +The command `hugo` renders your site into `public/` dir and is ready to be deployed to your web server: ``` hugo