From 81be9a803ba4ede849bd5119a3a56c9ad056b9aa Mon Sep 17 00:00:00 2001 From: JupiterRider <60042618+JupiterRider@users.noreply.github.com> Date: Thu, 16 Nov 2023 13:22:48 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 0869bf9..dd4242b 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,7 @@ On macOS you need Xcode or Command Line Tools for Xcode. ###### purego (without cgo) Download the raylib.dll from the assets on the [releases page](https://github.com/raysan5/raylib/releases). It is contained in the `raylib-*_win64_msvc*.zip`. -Put the raylib.dll into the root folder of your project. - -It is also possible to put the dll into `C:\Windows\System32` for a system wide installation. +Put the raylib.dll into the root folder of your project or copy it into `C:\Windows\System32` for a system-wide installation. As of November 15, 2023, raylib 5.0 is the required version.