From 0f8d4bb8348bb3c4cd5f4d19420a83fd47cf23dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81=20Buo-ren=20Lin?= Date: Fri, 18 Jul 2025 00:32:41 +0800 Subject: [PATCH] Fix typo in README.md (either) (#419) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 154c984..659108c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ ZLUDA is a work in progress. Follow development here and say hi on [Discord](htt ### Windows You should have a recent AMD GPU driver ("AMD Software: Adrenalin Edition") installed.\ -To run your application, you should etiher: +To run your application, you should either: * (Recommended approach) Copy ZLUDA-provided `nvcuda.dll` and `nvml.dll` from `target\release` (if built from sources) or `zluda` (if downloaded a zip package) into a path which your application uses to load CUDA. Paths vary application to application, but usually it's the directory where the .exe file is located * Use ZLUDA launcher like below. ZLUDA launcher is known to be buggy and incomplete: ```