mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Doc fix: replace "hugolibs" with "hugo" in "contributing" page, fixes #271.
This commit is contained in:
parent
c38d694f56
commit
4e0208d448
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ of the following paths:
|
|||
## Running Hugo
|
||||
|
||||
cd /path/to/hugo
|
||||
go install github.com/spf13/hugo/hugolibs
|
||||
go install github.com/spf13/hugo/hugo
|
||||
go run main.go
|
||||
|
||||
## Building Hugo
|
||||
|
|
Loading…
Reference in a new issue