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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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.: 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 ```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/). Also see the [CLI Doc](/commands/hugo_mod_init/).