From 2cba97d92a14cc16f2167db5f53e7eb723d773b1 Mon Sep 17 00:00:00 2001 From: GithubAnon0000 <160563432+GithubAnon0000@users.noreply.github.com> Date: Sun, 2 Nov 2025 17:36:35 +0100 Subject: [PATCH] FIX: binary statement (only linux has amd64 and arm64 versions) --- docs/development.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/development.md b/docs/development.md index 25a4e0acf..23a1e7513 100644 --- a/docs/development.md +++ b/docs/development.md @@ -223,10 +223,12 @@ are installed. See [Building from source](#building-from-source) for more info. ## Running -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. +Once the launcher is built, you can find the executable under `out/launcher` +(located in the project root). In that folder, you will find the binary file of +the launcher. + +On linux, 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. For example, on Linux, after following the build steps above, you can run the amd64 launcher via this command: