mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
@@ -46,6 +46,15 @@ Some examples:
|
||||
```bash
|
||||
hugo mod get -u
|
||||
```
|
||||
|
||||
### Update All Modules Recursively
|
||||
|
||||
{{< new-in "0.65.0" >}}
|
||||
|
||||
```bash
|
||||
hugo mod get -u ./...
|
||||
```
|
||||
|
||||
### Update One Module
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user