mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
[Docs] NetBSD and ARM pre-built binaries are already provided
See https://github.com/spf13/hugo/releases What a pleasant surprise indeed! How come I have never noticed them before? And even `.deb` files are provided! How amazing!
This commit is contained in:
parent
729a6739f2
commit
bb13d82677
2 changed files with 5 additions and 5 deletions
|
@ -15,9 +15,9 @@ Hugo is meant to work well for any kind of website including blogs, tumbles and
|
||||||
|
|
||||||
#### Supported Architectures
|
#### Supported Architectures
|
||||||
|
|
||||||
Currently, we provide pre-built Hugo binaries for Windows, Linux, FreeBSD and OS X for x64 and i386 architectures.
|
Currently, we provide pre-built Hugo binaries for Windows, Linux, FreeBSD, NetBSD and OS X (Darwin) for x64, i386 and ARM architectures.
|
||||||
|
|
||||||
Hugo may also be compiled from source wherever the Go compiler tool chain can run, e.g. for ARM architecture and for other operating systems including DragonFly BSD, NetBSD, OpenBSD, Plan 9 and Solaris.
|
Hugo may also be compiled from source wherever the Go compiler tool chain can run, e.g. for other operating systems including DragonFly BSD, OpenBSD, Plan 9 and Solaris.
|
||||||
|
|
||||||
**Complete documentation is available at [Hugo Documentation](http://gohugo.io/).**
|
**Complete documentation is available at [Hugo Documentation](http://gohugo.io/).**
|
||||||
|
|
||||||
|
|
|
@ -18,10 +18,10 @@ We currently provide pre-built binaries for
|
||||||
<i class="fa fa-windows"></i> Windows,
|
<i class="fa fa-windows"></i> Windows,
|
||||||
<i class="fa fa-linux"></i> Linux,
|
<i class="fa fa-linux"></i> Linux,
|
||||||
<i class="fa freebsd-19px"></i> FreeBSD
|
<i class="fa freebsd-19px"></i> FreeBSD
|
||||||
and <i class="fa fa-apple"></i> OS X
|
and <i class="fa fa-apple"></i> OS X (Darwin)
|
||||||
for x64 and i386 architectures.
|
for x64, i386 and ARM architectures.
|
||||||
|
|
||||||
Hugo may also be compiled from source wherever the Go compiler tool chain can run, e.g. for ARM architecture and for other operating systems including DragonFly BSD, NetBSD, OpenBSD, Plan 9 and Solaris. See http://golang.org/doc/install/source for the full set of supported combinations of target operating systems and compilation architectures.
|
Hugo may also be compiled from source wherever the Go compiler tool chain can run, e.g. for other operating systems including DragonFly BSD, OpenBSD, Plan 9 and Solaris. See http://golang.org/doc/install/source for the full set of supported combinations of target operating systems and compilation architectures.
|
||||||
|
|
||||||
## Installing Hugo (binary)
|
## Installing Hugo (binary)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue