Skip to content

Commit 3129fea

Browse files
authored
README: fix hugo command
1 parent e310671 commit 3129fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Follow the [setup instructions][contributing.md] then, to create a skeletal blog
1919
post, run the following command from the repo root:
2020

2121
```console
22-
$ hugo new content/en/blog/2022/file-name-for-your-blog-post.md
22+
$ npx hugo new content/en/blog/2022/file-name-for-your-blog-post.md
2323
```
2424

2525
Start editing the markdown file at the path you provided in the previous

0 commit comments

Comments
 (0)