From db9beddcc0a7e9755beb6c24cecd4ff197f19cc3 Mon Sep 17 00:00:00 2001 From: unkl nik <146096950+unklnik@users.noreply.github.com> Date: Fri, 17 Nov 2023 09:35:46 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b9246c..1e56cd0 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,7 @@ To remove console window, build with `-ldflags "-H=windowsgui"`. ###### purego (without cgo, i.e. CGO_ENABLED=0) 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 or copy it into `C:\Windows\System32` for a system-wide installation. -Disable CGO in Go enviroment +Put the raylib.dll into the root folder of your project or copy it into `C:\Windows\System32` for a system-wide installation and disable CGO in Go enviroment. go env -w CGO_ENABLED=0