diff options
author | Bjørn Erik Pedersen <[email protected]> | 2022-03-16 13:20:30 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2022-03-16 13:20:30 +0100 |
commit | 5930173cd0438e54a594255a1cbd0ebf5f06264d (patch) | |
tree | a4a0d5128538c93924248dd59866ae9c8bf8615b /README.md | |
parent | 3476b5334306cf41842d3ad35b85a9577f5a6567 (diff) | |
download | hugo-5930173cd0438e54a594255a1cbd0ebf5f06264d.tar.gz hugo-5930173cd0438e54a594255a1cbd0ebf5f06264d.zip |
readme: Add note about Go 1.18
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -54,11 +54,11 @@ Use the [installation instructions in the Hugo documentation](https://gohugo.io/ #### Prerequisite Tools * [Git](https://git-scm.com/) -* [Go (we test it with the last 2 major versions; but note that Hugo 0.81.0 only builds with >= Go 1.16.)](https://golang.org/dl/) +* [Go (we test it with the last 2 major versions; but note that Hugo 0.95.0 only builds with >= Go 1.18.)](https://golang.org/dl/) #### Fetch from GitHub -Since Hugo 0.48, Hugo uses the Go Modules support built into Go 1.11 to build. The easiest is to clone Hugo in a directory outside of `GOPATH`, as in the following example: +To fetch and build the source from GitHub: ```bash mkdir $HOME/src |