From 9ebbe035b903e89e7ebe616cdaedc9d93ffa2438 Mon Sep 17 00:00:00 2001 From: Yusup Hambali Date: Sun, 28 Apr 2024 06:44:40 +0700 Subject: [PATCH] [docs] Fix scoop command (#10586) --- docs/project/building-windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/project/building-windows.md b/docs/project/building-windows.md index e7c6f6b6bf..d8df660773 100644 --- a/docs/project/building-windows.md +++ b/docs/project/building-windows.md @@ -73,7 +73,7 @@ The Zig compiler is automatically downloaded, installed, and updated by the buil > irm https://get.scoop.sh | iex > scoop install nodejs-lts go rust nasm ruby perl # scoop seems to be buggy if you install llvm and the rest at the same time -> scoop llvm@16.0.6 +> scoop install llvm@16.0.6 ``` If you intend on building WebKit locally (optional), you should install these packages: