mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-16 03:26:20 -04:00
parent
4dcda861db
commit
b18a76631c
@ -46,6 +46,15 @@ Some examples:
|
|||||||
```bash
|
```bash
|
||||||
hugo mod get -u
|
hugo mod get -u
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Update All Modules Recursively
|
||||||
|
|
||||||
|
{{< new-in "0.65.0" >}}
|
||||||
|
|
||||||
|
```bash
|
||||||
|
hugo mod get -u ./...
|
||||||
|
```
|
||||||
|
|
||||||
### Update One Module
|
### Update One Module
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user