From 91596fa81c77e11415180f19405af801f9612b9d Mon Sep 17 00:00:00 2001 From: TorchedSammy <38820196+TorchedSammy@users.noreply.github.com> Date: Mon, 10 Oct 2022 17:33:36 -0400 Subject: [PATCH] docs: document drop in windows support --- CHANGELOG.md | 2 ++ README.md | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f24d618..1fdae95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/#/ diff --git a/README.md b/README.md index 86879d1..00c8e76 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,10 @@ and aims to be infinitely configurable. If something isn't, open an issue! # 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.