summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornabbisen <n@bbisen.com>2021-10-18 04:23:01 +0900
committerGitHub <noreply@github.com>2021-10-17 21:23:01 +0200
commitc7957c90e83ff2b2cc958bd61486a244f0fd8891 (patch)
tree15e86aff7c1578f212038e4149d7d33d404265dd
parentbb053770337e214f41bc1c524d458ba7fbe1fc08 (diff)
readme: Fix a typo on OpenBSD
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6845912e5..d89944c94 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ Hugo is designed to work well for any kind of website including blogs, tumbles,
#### Supported Architectures
-Currently, we provide pre-built Hugo binaries for Windows, Linux, FreeBSD, NetBSD, DragonFly BSD, Open BSD, macOS (Darwin), and [Android](https://gist.github.com/bep/a0d8a26cf6b4f8bc992729b8e50b480b) for x64, i386 and ARM architectures.
+Currently, we provide pre-built Hugo binaries for Windows, Linux, FreeBSD, NetBSD, DragonFly BSD, OpenBSD, macOS (Darwin), and [Android](https://gist.github.com/bep/a0d8a26cf6b4f8bc992729b8e50b480b) for x64, i386 and ARM architectures.
Hugo may also be compiled from source wherever the Go compiler tool chain can run, e.g. for other operating systems including Plan 9 and Solaris.