From d7f1dde194f652c689b6dec1265b0f79ce1001a1 Mon Sep 17 00:00:00 2001 From: Anthony Fok Date: Sat, 21 Feb 2015 23:26:34 -0700 Subject: [PATCH] [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! --- content/overview/installing.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/overview/installing.md b/content/overview/installing.md index e74e69900..4c84de4b0 100644 --- a/content/overview/installing.md +++ b/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)