mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-10 08:55:22 -04:00
Update min Go version to build from source
This commit is contained in:
parent
192d14df5b
commit
8150717423
@ -144,7 +144,7 @@ A workspace can be configured in a `*.work` file and activated with the [module.
|
|||||||
See the [hugo.work](https://github.com/gohugoio/hugo/blob/master/docs/hugo.work) file in the Hugo Docs repo for an example:
|
See the [hugo.work](https://github.com/gohugoio/hugo/blob/master/docs/hugo.work) file in the Hugo Docs repo for an example:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
go 1.19
|
go 1.20
|
||||||
|
|
||||||
use .
|
use .
|
||||||
use ../gohugoioTheme
|
use ../gohugoioTheme
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
To build the extended edition of Hugo from source you must:
|
To build the extended edition of Hugo from source you must:
|
||||||
|
|
||||||
1. Install [Git]
|
1. Install [Git]
|
||||||
1. Install [Go] version 1.19 or later
|
1. Install [Go] version 1.20 or later
|
||||||
1. Install a C compiler, either [GCC] or [Clang]
|
1. Install a C compiler, either [GCC] or [Clang]
|
||||||
1. Update your `PATH` environment variable as described in the [Go documentation]
|
1. Update your `PATH` environment variable as described in the [Go documentation]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user