mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-28 22:50:35 +03:00
docs: Fix CONTRIBUTING.md
This commit is contained in:
parent
d8923eb676
commit
491d406881
1 changed files with 8 additions and 8 deletions
|
@ -92,10 +92,10 @@ You **must use govendor** to fetch and manage Hugo's dependencies.
|
||||||
|
|
||||||
### Fetch the Sources From GitHub
|
### Fetch the Sources From GitHub
|
||||||
|
|
||||||
```
|
```
|
||||||
go get github.com/kardianos/govendor
|
go get github.com/kardianos/govendor
|
||||||
govendor get github.com/spf13/hugo
|
govendor get github.com/spf13/hugo
|
||||||
```
|
```
|
||||||
|
|
||||||
### Using Git Remotes
|
### Using Git Remotes
|
||||||
|
|
||||||
|
@ -154,8 +154,8 @@ If you want to stay in sync with the Hugo repository, you can easily pull down
|
||||||
the source changes, but you'll need to keep the vendored packages up-to-date as
|
the source changes, but you'll need to keep the vendored packages up-to-date as
|
||||||
well.
|
well.
|
||||||
|
|
||||||
```
|
```
|
||||||
git pull
|
git pull
|
||||||
make vendor
|
make vendor
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue