From c8793c3ccd4a2a784384f504fb0d5b8059c6a0a8 Mon Sep 17 00:00:00 2001 From: DomiiBunn <51760394+DomiiBunn@users.noreply.github.com> Date: Fri, 11 Dec 2020 23:51:08 +0100 Subject: [PATCH] Update community/customization/wings.md Co-authored-by: Jakob --- community/customization/wings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/customization/wings.md b/community/customization/wings.md index 0e0ab597..b5ee0727 100644 --- a/community/customization/wings.md +++ b/community/customization/wings.md @@ -14,7 +14,7 @@ By default, Go targets the system it is executed on. Therefore, the easiest way ::: ### Build Requirements -GoLang compiler/runtime [https://golang.org/doc/install](https://golang.org/doc/install) +You need to have an up-to-date version of the Go tools installed. See the [official instructions](https://golang.org/doc/install) for help with setting those up. ### Building Run the following command in your code directory