From 63184ad18db18cf9b67381d959e4ef09c46dd33c Mon Sep 17 00:00:00 2001 From: GithubAnon0000 <160563432+GithubAnon0000@users.noreply.github.com> Date: Mon, 13 Oct 2025 14:51:56 +0000 Subject: [PATCH] FIX: Sentence structure --- docs/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development.md b/docs/development.md index 738376474..588a695e9 100644 --- a/docs/development.md +++ b/docs/development.md @@ -223,7 +223,7 @@ are installed. See [Building from source](#building-from-source) for more info. ## Running -After building, the launcher executable can found under `out/launcher` (located +Once the launcher is built, you can find the executable under `out/launcher` (located in the project root). In that folder, you will find a `launcher.amd64` and a `launcher.arm64` binary file. Select the one matching your architecture and run it to test your changes.