From d4d425c61dd05b7783665c79a6eb60e5e6596056 Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Sat, 9 Jul 2022 11:05:42 +0300 Subject: [PATCH] [#6] added note for go1.19 on windows --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7cfbbcb8..85292638 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ your own custom app specific business logic and still have a single portable exe # go 1.18+ go get github.com/pocketbase/pocketbase ``` +> For Windows, you may have to use go 1.19+ due to an incorrect js mime type in the Windows Registry (see [issue#6](https://github.com/pocketbase/pocketbase/issues/6)). ### Example