From 68ce0613e2976b2902c2983a7821c01f3b45dcee Mon Sep 17 00:00:00 2001 From: Will Beason Date: Fri, 30 Apr 2021 21:47:51 -0500 Subject: [PATCH] Remove "Suggested setup" since this is covered in the project wiki. --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index ca10009..21dbb42 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,3 @@ Here are some screenshots from the examples! | [Raycaster](community/raycaster) | [Starfield](community/starfield) | | --- | --- | | ![Raycaster](community/raycaster/screenshot.png) | ![Starfield](community/starfield/screenshot.png) | - -### Suggested Windows Setup - -Alternatives are possible, but on a fresh machine these work. - -1. Install [Go for Windows](https://golang.org/doc/install). -1. Install CGo with MinGW64 [using these instructions](https://dev.to/sofiawinters/use-cgo-in-windows-64bit-3374).