mirror of https://github.com/Hilbis/Hilbish
docs: document drop in windows support
parent
e5c8e5eaff
commit
91596fa81c
|
@ -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/#/
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue