mirror of
https://github.com/gohugoio/hugo.git
synced 2024-12-23 18:21:03 +00:00
Simple doc fix in CONTRIBUTING.md
This commit is contained in:
parent
c21e5179ce
commit
3a3089121b
1 changed files with 2 additions and 3 deletions
|
@ -121,7 +121,7 @@ For some convenient build and test targets, you also will want to install Mage:
|
||||||
go get github.com/magefile/mage
|
go get github.com/magefile/mage
|
||||||
```
|
```
|
||||||
|
|
||||||
Now, to make a change to Hugos's source:
|
Now, to make a change to Hugo's source:
|
||||||
|
|
||||||
1. Create a new branch for your changes (the branch name is arbitrary):
|
1. Create a new branch for your changes (the branch name is arbitrary):
|
||||||
|
|
||||||
|
@ -189,4 +189,3 @@ mage -l
|
||||||
```bash
|
```bash
|
||||||
HUGO_BUILD_TAGS=extended mage install
|
HUGO_BUILD_TAGS=extended mage install
|
||||||
````
|
````
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue