From 5cc41a9115b75723680176b5a6560f67e54526f8 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Wed, 26 Jun 2024 01:58:35 +1000 Subject: [PATCH] docs: update --- docs/quickstart.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/quickstart.mdx b/docs/quickstart.mdx index ad685fed..40e90624 100644 --- a/docs/quickstart.mdx +++ b/docs/quickstart.mdx @@ -204,6 +204,8 @@ The cube still won't be visible until we add a light to the scene and tell Therm $ flutter run -d macos ``` +> You may experience a noticeable delay the very first time you run the project. Don't panic, it's not frozen! This is due to the build system downloading the prebuilt Filament binaries from Cloudflare, which can take some time (particularly on Windows). These binaries will be cached after first download, so subsequent runs will be much faster (though every time you run flutter clean, the binaries will be re-downloaded). + ![Screenshot of Thermion Quickstart project](images/thermion_sample_project.png) Your first Thermion project is complete! \ No newline at end of file