From cdaa95c5d443b1cc3d119027928755aa0ef7bb97 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Mon, 12 Feb 2024 17:43:57 +0100 Subject: [PATCH] Windows yes --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index 59fe2f3..a3903c3 100644 --- a/BUILD.md +++ b/BUILD.md @@ -2,7 +2,7 @@ The build is fairly simple, and I intend to keep it that way. The project is split into two main parts: the backend and the frontend. -Making all of these parts work properly under linux/macOS is fairly simple, but Windows is untested territory. You can always contact [Billy G™®©](https://support.microsoft.com) for help. +Making all of these parts work properly under linux/macOS is fairly simple, but Windows is untested territory. You can always contact [Billy G™®©](https://support.microsoft.com) for help. (If there is demand for Windows support, I will make it work) When working with these tools, keep in mind that make is sensitive to working directory. If you're in the wrong directory, make will not work as expected. Always make sure you're in the right directory when running make commands.