fix typo of readme

This commit is contained in:
GuoJing 2014-03-09 11:17:17 +08:00
parent 3dfb475136
commit 11c895856a

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