From f398c2284313f4a4cb2c4dc37a4da237a2f34175 Mon Sep 17 00:00:00 2001 From: cedounet <134267244+cedounet@users.noreply.github.com> Date: Sat, 8 Feb 2025 19:50:09 +0200 Subject: [PATCH] Add note about warnings in README.md We get a fair share of them see https://github.com/hendricius/the-sourdough-framework/issues/449#issuecomment-2645843733 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ee79049..3fe19c2 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ make -j bake You can check the files in the folder `book/release/` +Pleade note that while everyhting should build without any errors but you will get a fair amount of warnings, especially when building the ebook/website. You can get some help on building various versions with: ```console