From 7af4fc1d99eb3ce02d211c8317b1392c3b84d7db Mon Sep 17 00:00:00 2001 From: VisualPlugin Date: Sun, 3 Dec 2023 15:05:56 +0000 Subject: [PATCH] Included 'unsupported' Windows builds of Crystal (#449) * Included 'unsupported' Windows builds of Crystal * Rewording --------- Co-authored-by: TheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com> --- docs/installation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 53e0375..c8d2edc 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -211,10 +211,11 @@ cp config/config.example.yml config/config.yml ### Windows -Crystal, the programming language used by Invidious, [doesn't support Windows yet](https://github.com/crystal-lang/crystal/issues/5430) but you can still install Invidious through two kinds of ways: +Crystal, the programming language used by Invidious, [doesn't officially support Windows yet](https://github.com/crystal-lang/crystal/issues/5430) but you can still install Invidious: - By installing [Docker desktop](https://docs.docker.com/desktop/install/windows-install/) and then following [our guide about Docker](#docker). - By installing [Windows Subsystem for Linux](https://msdn.microsoft.com/en-us/commandline/wsl/about) and then following [our guide about Linux](#linux). +- By installing [Windows-specific builds](https://github.com/crystal-lang/crystal/releases/) of Crystal. Be wary, as we don't currently have records of Invidious being tested on those "unsuppored" builds yet. ## Post-install configuration: