mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-29 22:29:56 +02:00
Merge commit '00c4484c7092181729f6f470805bc7d72e8ad17b'
This commit is contained in:
21
docs/content/en/installation/common/03-prebuilt-binaries.md
Normal file
21
docs/content/en/installation/common/03-prebuilt-binaries.md
Normal file
@@ -0,0 +1,21 @@
|
||||
## Prebuilt binaries
|
||||
|
||||
Prebuilt binaries are available for a variety of operating systems and architectures. Visit the [latest release] page, and scroll down to the Assets section.
|
||||
|
||||
<!-- markdownlint-disable-next-line MD051 -->
|
||||
1. Download the archive for the desired [edition], operating system, and architecture
|
||||
1. Extract the archive
|
||||
1. Move the executable to the desired directory
|
||||
1. Add this directory to the PATH environment variable
|
||||
1. Verify that you have _execute_ permission on the file
|
||||
|
||||
Please consult your operating system documentation if you need help setting file permissions or modifying your PATH environment variable.
|
||||
|
||||
If you do not see a prebuilt binary for the desired edition, operating system, and architecture, install Hugo using one of the methods described below.
|
||||
|
||||
[commit information]: https://gohugo.io/variables/git
|
||||
[edition]: #editions
|
||||
[Git]: https://git-scm.com/
|
||||
[Go]: https://go.dev/
|
||||
[Hugo Modules]: /hugo-modules/
|
||||
[latest release]: https://github.com/gohugoio/hugo/releases/latest
|
Reference in New Issue
Block a user