fix typo of readme

This commit is contained in:
GuoJing 2014-03-09 11:17:17 +08:00 committed by spf13
parent 38131837ba
commit 1b3525d638

View file

@ -81,7 +81,7 @@ If you only want to build from source, it's even easier.
#### Running Hugo
cd /path/to/hugo
go install github.com/spf13/hugo/hugolibs
go install github.com/spf13/hugo/hugolib
go run main.go
#### Contribution Guidelines