From ad36dcb2f388a8e3d59dddbddc0060b0157d2ac0 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 0af8ea9..3c4d6d6 100644 --- a/README.md +++ b/README.md @@ -174,13 +174,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