From 2cb367ba18c072123972355c5effee043054bc3d Mon Sep 17 00:00:00 2001 From: Ben Visness Date: Sat, 8 Apr 2023 11:49:48 -0500 Subject: [PATCH] Update README to warn about wellington problems --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9115726..b6b0021 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,12 @@ We want the website to be a great example of Handmade software on the web. We en You will need the following software installed: -- Go 1.18 or higher: https://go.dev/ +- Go 1.18 or 1.19: https://go.dev/ You can download Go directly from the website, or install it through major package managers. If you already have Go installed, but are unsure of the version, you can check by running `go version`. + **PLEASE NOTE:** Go 1.20 currently does not work due to a bug in a third-party library. See [this issue](https://git.handmade.network/hmn/hmn/issues/59#issuecomment-1335). + - Postgres: https://www.postgresql.org/ Any Postgres installation should work fine, although less common distributions may not work as nicely with our scripts out of the box. On Mac, [Postgres.app](https://postgresapp.com/) is recommended.