[SOLVED] Installing from source (doubt in documentation)

For installing from source documentation says try

go get github.com/kardianos/govendor
govendor get github.com/spf13/hugo

But don’t we have to add also ?

 go install github.com/spf13/hugo

No, the “get” part includes the install.

@bep
I am using Ubuntu 16.04.2 LTS, go1.8.1 linux/amd64, govender v1.0.8.
And I got the error like command not found when I type hugo. After doing

go install github.com/spf13/hugo

it worked.

got it from Hugo docs https://gohugo.io/getting-started/installing/#fetching-from-github.