docs: document drop in windows support

builtins
TorchedSammy 2022-10-10 17:33:36 -04:00
parent e5c8e5eaff
commit 91596fa81c
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
2 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,8 @@
## Unreleased
**NOTE:** Hilbish now uses [Task] insead of Make for builds.
Windows support is also now at a lower tier; The only thing guaranteed is
Hilbish *compiling* on Windows.
[Task]: https://taskfile.dev/#/

View File

@ -42,6 +42,10 @@ and aims to be infinitely configurable. If something isn't, open an issue!
</div>
# Installation
**NOTE:** Hilbish is not guaranteed to work properly on Windows, starting
from the 2.0 version. It will still be able to compile, but functionality
may be lacking.
## Prebuilt binaries
Go [here](https://nightly.link/Rosettea/Hilbish/workflows/build/master) for
builds on the master branch.