mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Fix command for getting hugo in CONTRIBUTING.md
This commit is contained in:
parent
97c37732b4
commit
d72c454f78
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ started:
|
||||||
1. Get the latest Hugo sources:
|
1. Get the latest Hugo sources:
|
||||||
|
|
||||||
```
|
```
|
||||||
go get -u -t github.com/spf13/hugo
|
go get -u -t github.com/spf13/hugo/...
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Change to the Hugo source directory:
|
1. Change to the Hugo source directory:
|
||||||
|
|
Loading…
Reference in a new issue