Update src/invidious.cr

Co-authored-by: TheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com>
This commit is contained in:
Fijxu 2026-08-06 18:14:15 -04:00 committed by GitHub
parent ac35c032a6
commit 58376e94dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,7 +57,7 @@ require "./invidious/jobs/*"
{{ raise "Crystal version 1.14.1 or newer is required to build Invidious. \ {{ raise "Crystal version 1.14.1 or newer is required to build Invidious. \
You currently have Crystal version #{Crystal::VERSION} installed. \ You currently have Crystal version #{Crystal::VERSION} installed. \
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/" }} 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 %} {% end %}
# Declare the base namespace for invidious # Declare the base namespace for invidious