From cb4c4be4d697e48f75761e7d163d5083edcf07fd Mon Sep 17 00:00:00 2001 From: Aaron Blakely Date: Thu, 14 Mar 2024 04:53:02 -0500 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7538b9f..f1030eb 100755 --- a/README.md +++ b/README.md @@ -55,8 +55,8 @@ Currently, the following modules are included: ## Windows Support Notes ### Windows XP -* OpenSSL doesn't work on Windows XP, without some kind of kernel extensions for XP. -* Luarocks doesn't work on Windows XP due to symlinks not being supported. +* OpenSSL doesn't work without some kind of kernel extensions for XP. +* Luarocks doesn't work due to symlinks not being supported. This will limit what can be done with the Lua scripts. These issues might be resolved with a project like [onecore](https://github.com/Skulltrail192/One-Core-API-Binaries) but further testing is needed.