diff --git a/README.md b/README.md index f5792bf18..88dfe7bb4 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ Hugo is meant to work well for any kind of website including blogs, tumbles and #### 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/).** diff --git a/docs/content/overview/installing.md b/docs/content/overview/installing.md index e74e69900..4c84de4b0 100644 --- a/docs/content/overview/installing.md +++ b/docs/content/overview/installing.md @@ -18,10 +18,10 @@ We currently provide pre-built binaries for  Windows,  Linux,  FreeBSD -and  OS X -for x64 and i386 architectures. +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. 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)