use-modules: clarify the example of initializing a new module

This commit is contained in:
Tanya Bouman
2024-05-08 23:38:27 -04:00
committed by GitHub
parent 774d64a4d6
commit b677f94243
+1 -1
View File
@@ -21,7 +21,7 @@ toc: true
Use `hugo mod init` to initialize a new Hugo Module. If it fails to guess the module path, you must provide it as an argument, e.g.:
```sh
hugo mod init github.com/gohugoio/myShortcodes
hugo mod init github.com/<your_user>/<your_project>
```
Also see the [CLI Doc](/commands/hugo_mod_init/).