mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-15 15:51:32 -04:00
parent
4dcda861db
commit
b18a76631c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user