From f1ac178fafea92d86d871d67ad23ade40dd711f9 Mon Sep 17 00:00:00 2001 From: Fijxu Date: Thu, 6 Aug 2026 15:45:39 -0400 Subject: [PATCH] better message --- src/invidious.cr | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/invidious.cr b/src/invidious.cr index adc4952e..ff378d30 100644 --- a/src/invidious.cr +++ b/src/invidious.cr @@ -56,7 +56,8 @@ require "./invidious/jobs/*" {% if compare_versions(Crystal::VERSION, "1.12.0") < 0 %} {{ raise "Crystal version 1.12.0 or newer is required to build Invidious, \ you currently have Crystal version #{Crystal::VERSION}, \ - update it to a new version to be able to build Invidious." }} + update it to a new version to be able to build Invidious. \ + For more information, visit the official Crystal compiler website: https://crystal-lang.org/install/" }} {% end %} # Declare the base namespace for invidious