diff options
author | digitalcraftsman <[email protected]> | 2016-04-03 13:32:11 +0200 |
---|---|---|
committer | digitalcraftsman <[email protected]> | 2016-04-08 19:18:58 +0200 |
commit | ebf3cef1624cbb56e6e6341e2b6f2539a625c370 (patch) | |
tree | 2973b7aad627f41b83e5ed6979f41cce9f7f6ea1 /README.md | |
parent | 970f15cf7a6b4418a190b78895ad7d33b10e4d2b (diff) | |
download | hugo-ebf3cef1624cbb56e6e6341e2b6f2539a625c370.tar.gz hugo-ebf3cef1624cbb56e6e6341e2b6f2539a625c370.zip |
docs: Add "How to contribute to Hugo" tutorial
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |