From 138883fb2d79e8bd30a626c55f47d5bebbcbfca8 Mon Sep 17 00:00:00 2001 From: mappu Date: Sat, 7 Dec 2024 14:18:06 +1300 Subject: [PATCH] doc/README: add link to benchmarks thread --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7ce6be2..f6ad2613 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Yes. You must also meet your Qt license obligations: either use Qt dynamically-l ### Q3. Why does it take so long to compile? -The first time MIQT is used, your `go build` would take about 10 minutes. But after that, any `go build` is very fast. +The first time MIQT is used, your `go build` would take [about 10 minutes](https://github.com/mappu/miqt/discussions/65). But after that, any `go build` is very fast. If you are compiling your app within a Dockerfile, you could cache the build step by running `go install github.com/mappu/miqt/qt`.