mirror of
https://gitea.invidious.io/iv-org/documentation.git
synced 2024-08-15 00:53:34 +00:00
Included 'unsupported' Windows builds of Crystal (#449)
* Included 'unsupported' Windows builds of Crystal * Rewording --------- Co-authored-by: TheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com>
This commit is contained in:
parent
d28ef8bade
commit
7af4fc1d99
1 changed files with 2 additions and 1 deletions
|
@ -211,10 +211,11 @@ cp config/config.example.yml config/config.yml
|
||||||
|
|
||||||
### Windows
|
### 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 [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 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:
|
## Post-install configuration:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue