From aa8ed14a1b82601e9f86762c37abf00c7d9e8c77 Mon Sep 17 00:00:00 2001 From: Jamie Tanna Date: Sat, 3 Oct 2020 14:04:46 +0100 Subject: [PATCH] Document how to install on Arch (#978) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6db4d8a2..bec80709 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,10 @@ docker rm wtf_build **Note:** WTF is _only_ compatible with Go versions **1.12.0** or later (due to the use of Go modules and newer standard library functions). If you would like to use `gccgo` to compile, you _must_ use `gccgo-9` or later which introduces support for Go modules. +### Installing via Arch User Repository + +Arch Linux users can utilise the [wtfutil](https://aur.archlinux.org/packages/wtfutil) package to build it from source, or [wtfutil-bin](https://aur.archlinux.org/packages/wtfutil-bin/) to install pre-built binaries. + ## Running via Docker You can run `wtf` inside a docker container: