mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Remove point 7 in contributors guide
It makes sense on its own, but it contradicts 6). We need to revisit this one to make it more clear/better.
This commit is contained in:
parent
d25cd03994
commit
da0715a0c5
1 changed files with 0 additions and 4 deletions
|
@ -70,10 +70,6 @@ Use the [installation instructions in the Hugo documentation](http://gohugo.io/o
|
|||
|
||||
Go expects all of your libraries to be found in`$GOPATH`.
|
||||
|
||||
7. If you are changing files in the `commands` directory, note that `main.go` imports from Github.
|
||||
One solution to this is to clone spf13's Hugo (or go get) into $GOPATH/src/github.com, then add
|
||||
your Hugo fork as a remote.
|
||||
|
||||
### Build and Install the Binaries from Source (Advanced Install)
|
||||
|
||||
Add Hugo and its package dependencies to your go `src` directory.
|
||||
|
|
Loading…
Reference in a new issue