From 3a1d8840843da75208751fb8dd82a0624604605e Mon Sep 17 00:00:00 2001 From: zaaach Date: Tue, 28 Apr 2026 22:38:54 -0400 Subject: [PATCH] Update README.md --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 890c11a..0cd7787 100644 --- a/README.md +++ b/README.md @@ -173,13 +173,6 @@ On Windows, make sure these are available in your shell `PATH`: - `C:\msys64\ucrt64\bin` (or your MinGW bin path containing `x86_64-w64-mingw32-gcc.exe`) - `C:\Program Files\LLVM\bin` (contains `clang.exe` and `libclang.dll`) -Also make sure Go build cache env vars are present (PowerShell): - -```powershell -$env:LOCALAPPDATA = "C:\Users\\AppData\Local" -$env:GOCACHE = "$env:LOCALAPPDATA\go-build" -``` - For `dart scripts/generate.dart`, you may also need: ```powershell