mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 11:57:23 -04:00
use-modules: clarify the example of initializing a new module
This commit is contained in:
parent
774d64a4d6
commit
b677f94243
@ -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/).
|
||||
|
Loading…
x
Reference in New Issue
Block a user