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:
authordigitalcraftsman <digitalcraftsman@protonmail.com>2016-04-03 14:32:11 +0300
committerdigitalcraftsman <digitalcraftsman@protonmail.com>2016-04-08 20:18:58 +0300
commitebf3cef1624cbb56e6e6341e2b6f2539a625c370 (patch)
tree2973b7aad627f41b83e5ed6979f41cce9f7f6ea1 /README.md
parent970f15cf7a6b4418a190b78895ad7d33b10e4d2b (diff)
docs: Add "How to contribute to Hugo" tutorial
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7680586bd..755bb0879 100644
--- a/README.md
+++ b/README.md
@@ -82,6 +82,8 @@ Use the [installation instructions in the Hugo documentation](https://gohugo.io/
Go expects all of your libraries to be found in`$GOPATH`.
+You can also find a [detailed guide](https://www.gohugo.io/tutorials/how-to-contribute-to-hugo/) in our documentation.
+
### Build and Install the Binaries from Source (Advanced Install)
Add Hugo and its package dependencies to your go `src` directory.