From 58376e94dcd7225c98c8bd58a55272631f94e0df Mon Sep 17 00:00:00 2001 From: Fijxu Date: Thu, 6 Aug 2026 18:14:15 -0400 Subject: [PATCH] Update src/invidious.cr Co-authored-by: TheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com> --- src/invidious.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/invidious.cr b/src/invidious.cr index 7c25da3b..70bc31ce 100644 --- a/src/invidious.cr +++ b/src/invidious.cr @@ -57,7 +57,7 @@ require "./invidious/jobs/*" {{ raise "Crystal version 1.14.1 or newer is required to build Invidious. \ You currently have Crystal version #{Crystal::VERSION} installed. \ 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/" }} + We recommend that you install it following the way that the Crystal compiler itself recommend for your OS, see: https://crystal-lang.org/install/" }} {% end %} # Declare the base namespace for invidious