mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-25 22:00:58 +02:00
Merge commit '346b60358dd8ec2ca228e6635bff9d7914b398b7'
This commit is contained in:
@@ -37,7 +37,7 @@ For a complete guide to contributing to Hugo, see the [Contribution Guide].
|
||||
[contributing]: CONTRIBUTING.md
|
||||
[create a proposal]: https://github.com/gohugoio/hugo/issues/new?labels=Proposal%2C+NeedsTriage&template=feature_request.md
|
||||
[documentation repository]: https://github.com/gohugoio/hugoDocs
|
||||
[documentation]: https://gohugo.io/documentation
|
||||
[documentation]: /documentation
|
||||
[forum]: https://discourse.gohugo.io
|
||||
[issue queue]: https://github.com/gohugoio/hugo/issues
|
||||
[themes]: https://themes.gohugo.io/
|
||||
@@ -172,7 +172,7 @@ CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@latest
|
||||
To build and install a specific release:
|
||||
|
||||
```sh
|
||||
CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@v0.137.1
|
||||
CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@v0.141.0
|
||||
```
|
||||
|
||||
To build and install at the latest commit on the master branch:
|
||||
|
Reference in New Issue
Block a user