From c499105424ecf961432e7d45c3cfd3609bb1dcc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 30 Aug 2022 15:27:21 +0200 Subject: [PATCH] Website: small wording change --- .../content/development/getting-started/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/project-website/content/development/getting-started/_index.md b/web/project-website/content/development/getting-started/_index.md index f60f5360..b9b421f2 100644 --- a/web/project-website/content/development/getting-started/_index.md +++ b/web/project-website/content/development/getting-started/_index.md @@ -79,7 +79,7 @@ brew install yarn {{< /tab >}} {{< /tabs >}} -## 3. Utility Tools +## 3. Utilities Building Flamenco requires only a few tools to be installed on your system. @@ -95,7 +95,7 @@ sudo apt install make ``` {{< /tab >}} {{< tab "Windows" >}} -Install [MingW W64][mingw]. If in doubt which version to get, grab the `686`/`seh` one. +Install [MingW W64][mingw]. If in doubt which version to get, grab the `x86_64...seh` one. [mingw]: https://github.com/niXman/mingw-builds-binaries/releases {{< /tab >}}