Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2015-07-24 12:41:45 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2015-07-24 12:41:45 +0300
commitda0715a0c5877319a2b2e22abfd8c1290ef78404 (patch)
tree530c20e7178fb98ea2606147db9e6a95f4eef14a /README.md
parentd25cd03994cbaffcb10b5af6a04435ca06a6ae79 (diff)
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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.md b/README.md
index 8b745d269..66e533e27 100644
--- 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.