mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-29 05:32:14 -05:00
fix typo of readme
This commit is contained in:
parent
3dfb475136
commit
11c895856a
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ If you only want to build from source, it's even easier.
|
||||||
#### Running Hugo
|
#### Running Hugo
|
||||||
|
|
||||||
cd /path/to/hugo
|
cd /path/to/hugo
|
||||||
go install github.com/spf13/hugo/hugolibs
|
go install github.com/spf13/hugo/hugolib
|
||||||
go run main.go
|
go run main.go
|
||||||
|
|
||||||
#### Contribution Guidelines
|
#### Contribution Guidelines
|
||||||
|
|
Loading…
Reference in a new issue