From 57a1d7b4eee9b182b274579abec930d24325ad57 Mon Sep 17 00:00:00 2001 From: Dylan Conway Date: Fri, 20 Sep 2024 20:38:52 -0700 Subject: [PATCH] update --- 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 44ef81b70ee7c..3b6265fa1725e 100644 --- a/docs/project/building-windows.md +++ b/docs/project/building-windows.md @@ -125,7 +125,7 @@ It is not recommended to install `ninja` / `cmake` into your global path, becaus ```ps1 > bun run build -# after the initialize `bun run build` you can use the following to build +# after the initial `bun run build` you can use the following to build > ninja -Cbuild/debug ```