From 37a121688e6fc8160cc82b83b9bdb84cfd9e9004 Mon Sep 17 00:00:00 2001 From: CoolCat467 <52022020+CoolCat467@users.noreply.github.com> Date: Thu, 14 Mar 2024 18:55:17 -0500 Subject: [PATCH] Fix listed install location --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e84e079..a4a3c0e 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ pip install git+https://github.com/CoolCat467/fix-lwjgl.git ``` On default, all LWJGL files are expected to be in -`$HOME/.local/share/fix_lwjgl/lwjgl{lwjgl_version}{system_arch}`, so -if the script was run on Raspberry Pi OS 32 bit, it would be `lwjgl3arm32`. If this +`$HOME/.local/share/fix_lwjgl/lwjgl_{lwjgl_version}{system_arch}`, so +if the script was run on Raspberry Pi OS 32 bit, it would be `lwjgl_3arm32`. If this folder does not exist or files are missing (only checks in lwjgl 3 mode), the folder is created and all required files are downloaded from https://build.lwjgl.org/ (browse at https://www.lwjgl.org/browse)