1
0
Fork 0
forked from Nexus/nexus

Update README.md

This commit is contained in:
zaaach 2026-04-28 22:38:54 -04:00
commit 3a1d884084

View file

@ -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\<you>\AppData\Local"
$env:GOCACHE = "$env:LOCALAPPDATA\go-build"
```
For `dart scripts/generate.dart`, you may also need:
```powershell