Remove point 7 in contributors guide
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Fri, 24 Jul 2015 09:41:45 +0000 (11:41 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Fri, 24 Jul 2015 09:41:45 +0000 (11:41 +0200)
It makes sense on its own, but it contradicts 6). We need to revisit this one to make it more clear/better.

README.md

index 8b745d269c7cf388298534133516375dc6a41870..66e533e275a7f054981b7f43ed5ce760d304b8b0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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.